diff options
Diffstat (limited to 'system/smenu/smenu.SlackBuild')
-rw-r--r-- | system/smenu/smenu.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/smenu/smenu.SlackBuild b/system/smenu/smenu.SlackBuild index 90bd5ff5a1..974a634b41 100644 --- a/system/smenu/smenu.SlackBuild +++ b/system/smenu/smenu.SlackBuild @@ -6,12 +6,13 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250826 bkw: updated for v1.5.0. # 20240810 bkw: updated for v1.4.0. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=smenu -VERSION=${VERSION:-1.4.0} +VERSION=${VERSION:-1.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -71,7 +72,7 @@ CXXFLAGS="$SLKCFLAGS" \ --disable-static \ --build=$ARCH-slackware-linux -make +make V=1 make install-strip DESTDIR=$PKG gzip -9 $PKG/usr/man/man*/* |