diff options
Diffstat (limited to 'opencode-bin/opencode-bin.SlackBuild')
| -rw-r--r-- | opencode-bin/opencode-bin.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/opencode-bin/opencode-bin.SlackBuild b/opencode-bin/opencode-bin.SlackBuild index b2c304b..44eeeee 100644 --- a/opencode-bin/opencode-bin.SlackBuild +++ b/opencode-bin/opencode-bin.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=opencode-bin SRCNAM=opencode VERSION=${VERSION:-1.3.13} -BUILD=${BUILD:-1} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -65,9 +65,8 @@ find -L . \ mkdir -p $PKG/usr/bin install -D -m 0755 opencode $PKG/usr/bin/opencode - -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +# no binary stripping for opencode since that will render the +# executable unusable. # Install man page install -D -m 0644 $CWD/opencode.1 $PKG/usr/man/man1/opencode.1 |
