[Slackbuilds-users] Updates - 20230415.1

KB_SBo sbo at linuxgalaxy.org
Sun Apr 16 21:46:10 UTC 2023


On 4/14/23 17:55, Willy Sudiarto Raharjo wrote:
> system/slpkg: Updated for version 4.7.8.

There appears to be a wee typo in slpkg.SlackBuild:

root at gandalf:/library/slackware/builds/15.0/system/slpkg# ls -l
total 104
-rw-r--r-- 1 beowulf users   301 Jul  4  2022 README
-rw-r--r-- 1 beowulf users   432 Apr  9 09:35 doinst.sh
-rw-r--r-- 1 beowulf users   939 Jul  4  2022 slack-desc
-rw-r--r-- 1 beowulf users 83774 Apr 16 14:21 slpkg-4.7.8.tar.gz
-rwxr-xr-x 1 beowulf users  3841 Apr 15 18:33 slpkg.SlackBuild*
-rw-r--r-- 1 beowulf users   355 Apr 15 18:33 slpkg.info
root at gandalf:/library/slackware/builds/15.0/system/slpkg# ./slpkg.SlackBuild
tar: /library/slackware/builds/15.0/system/slpkg/slpkg-.tar.gz: Cannot
open: No such file or directory
tar: Error is not recoverable: exiting now

The fix:

--- /library/slackware/SBo_repository/SBo/system/slpkg/slpkg.SlackBuild
2023-04-15 18:33:27.743134305 -0700
+++ /library/slackware/builds/15.0/system/slpkg/slpkg.SlackBuild
2023-04-16 14:30:34.708134406 -0700
@@ -25,7 +25,7 @@
  cd $(dirname $0) ; CWD=$(pwd)

  PRGNAM=slpkg
-ERSION=${VERSION:-4.7.8}
+VERSION=${VERSION:-4.7.8}
  BUILD=${BUILD:-1}
  TAG=${TAG:-_SBo}
  PKGTYPE=${PKGTYPE:-tgz}

-kb




More information about the SlackBuilds-users mailing list