summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmmon Smith2016-06-15 00:31:52 -0700
committerAmmon Smith2016-06-15 00:31:52 -0700
commit753617f415efbae102d815f39e2bd370ec933244 (patch)
tree8f87af2004728b6866378ccfffc60bd2dc2cb94b /PKGBUILD
parentd5322db52a9b35bb2e2104e3bbd1adf8c0e99016 (diff)
downloadaur-753617f415efbae102d815f39e2bd370ec933244.tar.gz
Fixed installation bugs.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83f59f8bd485..8ff17807a539 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qotd
pkgname=$_pkgname-git
-pkgver=0.4.0_16_gaf2136b.af2136b
+pkgver=0.4.0_21_g355d2d1.355d2d1
pkgrel=1
pkgdesc="A simple QOTD (quote of the day) daemon."
arch=('any')
@@ -32,7 +32,7 @@ build() {
package() {
cd "$srcdir/$_pkgname"
- make DESTDIR="$pkgdir" install
+ make DEST_DIR="$pkgdir" install
install -D -m644 LICENSE "$pkgdir/usr/share/licenses/qotd/LICENSE"
}