summaryrefslogtreecommitdiff
path: root/community/unifdef/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-06 15:15:42 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-06 15:15:42 +0100
commit9437cdbc03cb103235fa0b043f4cf73882f10f34 (patch)
tree5dba8834685e18222c996b3cd4c728958ed3a49b /community/unifdef/PKGBUILD
parent7cfa9860fb15a4bf5066e33255da1a9b09cc95b1 (diff)
parenta110e74fe4a31aebb09e0da6e407af69ed996837 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/drbd/PKGBUILD community/dumb/PKGBUILD community/echat/PKGBUILD community/librcc/PKGBUILD community/linux-tools/PKGBUILD community/python2-pysqlite-legacy/PKGBUILD community/python2-pyxmpp/PKGBUILD core/libksba/PKGBUILD core/ncurses/PKGBUILD extra/libbonobo/PKGBUILD extra/libmpeg2/PKGBUILD extra/qt/PKGBUILD extra/rarian/PKGBUILD extra/wpa_supplicant_gui/PKGBUILD libre/audacious-plugins-libre/PKGBUILD
Diffstat (limited to 'community/unifdef/PKGBUILD')
-rw-r--r--community/unifdef/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/unifdef/PKGBUILD b/community/unifdef/PKGBUILD
index 4e8efd384..a2b1bf057 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/
}