summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12017-08-25 11:29:10 +0800
committerChocobo12017-08-25 11:29:10 +0800
commit2139a590c3d283bcd40a32a1ce2d2fe79c0f43a4 (patch)
tree961dd5fdddb006b6ea24b9a75917e9d68d3e8b16 /PKGBUILD
parenta38ca37d3f3153c101aee23634fb8f2fe9a4bfdd (diff)
downloadaur-2139a590c3d283bcd40a32a1ce2d2fe79c0f43a4.tar.gz
update package()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40e02b7cf199..b317c201d5e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,6 +36,6 @@ check() {
package() {
cd "lizard"
- make PREFIX="/usr" DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" PREFIX="/usr" install
install -Dm644 "lib/LICENSE" "$pkgdir/usr/share/licenses/lizard/LICENSE"
}