summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Robby Workman2013-02-25 06:54:41 +0100
committer Robby Workman2013-02-25 06:54:41 +0100
commit7811cede60a284b5693bbf619c804908e1d8199d (patch)
tree63822f33230e326516b40c2d950e18f2cbc40eca /office
parent18b4c43a00a17be53fb5ab0a52fdf1f5d5444822 (diff)
downloadslackbuilds-7811cede60a284b5693bbf619c804908e1d8199d.tar.gz
office/wyrd: Fix my stupid copy/paste error
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/wyrd/wyrd.SlackBuild4
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