<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Le 16/04/2023 à 23:46, KB_SBo a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:77892c04-c6d1-7fcb-dffb-e1edab796217@linuxgalaxy.org">
      <pre class="moz-quote-pre" wrap="">On 4/14/23 17:55, Willy Sudiarto Raharjo wrote:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">system/slpkg: Updated for version 4.7.8.
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
There appears to be a wee typo in slpkg.SlackBuild:

<a class="moz-txt-link-abbreviated" href="mailto:root@gandalf:/library/slackware/builds/15.0/system/slpkg#">root@gandalf:/library/slackware/builds/15.0/system/slpkg#</a> 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
<a class="moz-txt-link-abbreviated" href="mailto:root@gandalf:/library/slackware/builds/15.0/system/slpkg#">root@gandalf:/library/slackware/builds/15.0/system/slpkg#</a> ./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


_______________________________________________
SlackBuilds-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.org</a>
<a class="moz-txt-link-freetext" href="https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users">https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a>
Archives - <a class="moz-txt-link-freetext" href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/">https://lists.slackbuilds.org/pipermail/slackbuilds-users/</a>
FAQ - <a class="moz-txt-link-freetext" href="https://slackbuilds.org/faq/">https://slackbuilds.org/faq/</a>

</pre>
    </blockquote>
    <p><font size="4">Thx Willy for the fix<br>
      </font></p>
    <p><font size="4">It was already corrected upstream as I reported it
        to Dimitris</font><br>
    </p>
  </body>
</html>