diff options
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,5 +31,5 @@ check() { package() { cd "$_pkgname" - make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir" PREFIX=/usr install } |
AUR : hare-ssh-git.git | |
AUR Package Repositories | click here to return to the package base details page |
summarylogtreecommitdiffstats |
-rw-r--r-- | PKGBUILD | 2 |
@@ -31,5 +31,5 @@ check() { package() { cd "$_pkgname" - make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir" PREFIX=/usr install } |