diff options
author | Stu Reedy <stureedy@spamcop.net> | 2014-11-14 02:26:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-14 02:26:05 +0700 |
commit | 3642f5db8d4c92f1f2534d0ea6c93cfb30592de3 (patch) | |
tree | 065cc9e71ac18af335f9ac84b7bc0e763d482bb9 /system/isight-firmware-tools/isight-firmware-tools.SlackBuild | |
parent | 8b137bdcfeca52b1eda54f25e8fbf21d674c431b (diff) | |
download | slackbuilds-3642f5db8d4c92f1f2534d0ea6c93cfb30592de3.tar.gz |
system/isight-firmware-tools: Fix typo and add README.SLACKWARE.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/isight-firmware-tools/isight-firmware-tools.SlackBuild')
-rw-r--r-- | system/isight-firmware-tools/isight-firmware-tools.SlackBuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/system/isight-firmware-tools/isight-firmware-tools.SlackBuild b/system/isight-firmware-tools/isight-firmware-tools.SlackBuild index a8cc90756a..a464313ec0 100644 --- a/system/isight-firmware-tools/isight-firmware-tools.SlackBuild +++ b/system/isight-firmware-tools/isight-firmware-tools.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=isight-firmware-tools VERSION=${VERSION:-1.6} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -64,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -98,8 +98,7 @@ find $PKG -name perllocal.pod \ | xargs rm -f mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog HOWTO INSTALL NEWS README \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING ChangeLog HOWTO INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |