summaryrefslogtreecommitdiff
path: root/community/unifdef
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-05 00:07:38 -0800
committerroot <root@rshg054.dnsready.net>2013-02-05 00:07:38 -0800
commitb91dca65217b7c35be84df053692c9fd1b012560 (patch)
tree1ab70184cb03b2ac7a5123daed51de63f9df742b /community/unifdef
parent3e78397cb031dee2b5874f1c0c9e4c9977f0dbb7 (diff)
Tue Feb 5 00:07:38 PST 2013
Diffstat (limited to 'community/unifdef')
-rw-r--r--community/unifdef/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/unifdef/PKGBUILD b/community/unifdef/PKGBUILD
index 6306f4c92..d9e468341 100644
--- a/community/unifdef/PKGBUILD
+++ b/community/unifdef/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 65345 2012-02-21 02:14:45Z spupykin $
+# $Id: PKGBUILD 83684 2013-02-04 11:06:31Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=unifdef
@@ -16,7 +16,7 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
make clean
make
- mkdir -p $pkgdir/usr/bin $startdir/pkg/usr/share/man/man1
+ mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
install -m 0755 unifdef $pkgdir/usr/bin/
install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/
}