diff options
Diffstat (limited to 'system/fswatch')
-rw-r--r-- | system/fswatch/fswatch.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/fswatch/fswatch.SlackBuild b/system/fswatch/fswatch.SlackBuild index 41d33ce64a334..35185d56f8d13 100644 --- a/system/fswatch/fswatch.SlackBuild +++ b/system/fswatch/fswatch.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fswatch VERSION=${VERSION:-1.11.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -114,6 +114,8 @@ cp -a ABOUT-NLS AUTHORS AUTHORS.libfswatch CONTRIBUTING.md COPYING \ $PKG/usr/doc/$PRGNAM-$VERSION/ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +rm -f $PKG/usr/lib*/*.la + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |