diff options
author | Ron Asimi | 2019-03-09 20:32:20 -0500 |
---|---|---|
committer | Ron Asimi | 2019-03-09 20:32:20 -0500 |
commit | 7b0eff6b888ec91b2cf85b24b7be1de4b2cc4da5 (patch) | |
tree | a294ce26c1c8b274a63428f8afc55ec9a8254128 /PKGBUILD | |
parent | b344e83f88314bcf1c4aebe9fe330f832a03d82b (diff) | |
download | aur-7b0eff6b888ec91b2cf85b24b7be1de4b2cc4da5.tar.gz |
fuck x7
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -53,8 +53,8 @@ package() install -D -m644 powerlevel10k.zsh-theme "${pkgdir}/usr/share/zsh-theme-${_pkgname}/${_pkgname}.zsh-theme" # Install the utilities - install -d ${pkgdir}/functions/ - install -d ${pkgdir}/gitstatus/bin/ - cp -r src/functions/* ${pkgdir}/functions/ - cp -r src/gitstatus/* ${pkgdir}/gitstatus/ + install -d "${pkgdir}/functions/" + install -d "${pkgdir}/gitstatus/bin/" + cp -r "${srcdir}/${_pkgname}/src/functions/* ${pkgdir}/functions/" + cp -r "${srcdir}/${_pkgname}/src/gitstatus/* ${pkgdir}/gitstatus/" } |