diff options
Diffstat (limited to 'source/l/tango-icon-theme/tango-icon-theme.SlackBuild')
-rwxr-xr-x | source/l/tango-icon-theme/tango-icon-theme.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/l/tango-icon-theme/tango-icon-theme.SlackBuild b/source/l/tango-icon-theme/tango-icon-theme.SlackBuild index f1647d1c5..36b22d487 100755 --- a/source/l/tango-icon-theme/tango-icon-theme.SlackBuild +++ b/source/l/tango-icon-theme/tango-icon-theme.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=tango-icon-theme VERSION=0.8.90 ARCH=noarch -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information @@ -67,6 +67,7 @@ cp -a \ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc +echo "# Don't require doinst.sh locking: NOLOCK" >> $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $TMP/tango-icon-theme-$VERSION-$ARCH-$BUILD.txz |