diff options
Diffstat (limited to 'source/xap/gucharmap/gucharmap.SlackBuild')
-rwxr-xr-x | source/xap/gucharmap/gucharmap.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source/xap/gucharmap/gucharmap.SlackBuild b/source/xap/gucharmap/gucharmap.SlackBuild index 4ceef233..56fe66c6 100755 --- a/source/xap/gucharmap/gucharmap.SlackBuild +++ b/source/xap/gucharmap/gucharmap.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008, 2009, 2010 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2013 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -60,7 +60,6 @@ cd $TMP rm -rf gucharmap-$VERSION tar xvf $CWD/gucharmap-$VERSION.tar.?z* || exit 1 cd gucharmap-$VERSION || exit 1 -#zcat $CWD/gucharmap.noscrollkeeper.diff.gz | patch -p1 --verbose || exit 1 chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -76,7 +75,6 @@ CFLAGS="$SLKCFLAGS" \ --localstatedir=/var/lib \ --docdir=/usr/doc/gucharmap-$VERSION \ --enable-static=no \ - --disable-scrollkeeper \ --build=$ARCH-slackware-linux make -i $NUMJOBS || make || exit 1 @@ -102,6 +100,7 @@ if [ -r ChangeLog ]; then fi mkdir -p $PKG/install +zcat $CWD/doinst.sh.gz > $PKG/install/doinst.sh cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG |