summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorttzhou2016-01-25 16:38:44 -0500
committerttzhou2016-01-25 16:38:44 -0500
commit0365495bca5944e244974f94bd92b07e221b4812 (patch)
treef12e2a838837b2a6d409ce622ea00d2c94ea3599
parent7a314e7753f7b9547d40405bea4ca9b4dcc85185 (diff)
downloadaur-0365495bca5944e244974f94bd92b07e221b4812.tar.gz
fixed in PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 999fb0e882b8..7aee752a43e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by makepkg 4.2.1
-# Thu May 14 03:59:35 UTC 2015
pkgbase = setroot
pkgdesc = simple program that sets your (X11) wallpaper. inspired by the *setroots and feh.
pkgver = v1.4.5
diff --git a/PKGBUILD b/PKGBUILD
index 99a670ab599d..828dc81644f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ build() {
package() {
cd $_pkgname
- make PREFIX="usr" DESTDIR="$pkgdir" install
+ make PREFIX="/usr" DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et: