diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2023-08-12 16:35:30 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-13 07:20:56 +0700 |
commit | c43c2705bc14246c7e1785175b995f776f288d3e (patch) | |
tree | 23f0f6716abee4cbbf69c8206e21761278c6c776 /development/xnedit | |
parent | a7244477f274d5ec189bed7f92760cf58c229536 (diff) |
development/xnedit: Update missing xnc
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/xnedit')
-rw-r--r-- | development/xnedit/xnedit.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/development/xnedit/xnedit.SlackBuild b/development/xnedit/xnedit.SlackBuild index 9ae3dc759f52a..8ae8ba36fc2b1 100644 --- a/development/xnedit/xnedit.SlackBuild +++ b/development/xnedit/xnedit.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xnedit VERSION=${VERSION:-1.5.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -65,8 +65,9 @@ cd $PRGNAM-$VERSION make -j1 linux docs mkdir -p $PKG/usr/bin $PKG/usr/man/man1 install -m 755 source/xnedit $PKG/usr/bin/xnedit +install -m 755 source/xnc $PKG/usr/bin/xnc install -m 644 doc/xnedit.man $PKG/usr/man/man1/xnedit.1 -install -m 644 doc/xnc.man $PKG/usr/man/man1/xcl.1 +install -m 644 doc/xnc.man $PKG/usr/man/man1/xnc.1 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 |