diff options
Diffstat (limited to 'office/wyrd/wyrd.SlackBuild')
-rw-r--r-- | office/wyrd/wyrd.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/wyrd/wyrd.SlackBuild b/office/wyrd/wyrd.SlackBuild index b682018c0c..a2c455b753 100644 --- a/office/wyrd/wyrd.SlackBuild +++ b/office/wyrd/wyrd.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=wyrd VERSION=${VERSION:-1.4.6} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -84,7 +84,7 @@ make make install DESTDIR=$PKG # Don't clobber the config file -mv $PKG/etc/etc/wyrdrc $PKG/etc/wyrdrc.new +mv $PKG/etc/wyrdrc $PKG/etc/wyrdrc.new find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |