[Slackbuilds-users] slpkg-5.1.1 script syntax error

KB_SBo sbo at linuxgalaxy.org
Mon Aug 19 23:32:10 UTC 2024


Hello,

slpkg-5.1.0 was ok, but slpkg-5.1.1 gives

# ./slpkg.SlackBuild
./slpkg.SlackBuild: line 95: unexpected EOF while looking for matching `"'
./slpkg.SlackBuild: line 118: syntax error: unexpected end of file

The offending " was in line 63

else
   SLKCFLAGS="-O2
   LIBDIRSUFFIX=""

-------------------8<-----------------------
# diff -u slpkg.SlackBuild.orig slpkg.SlackBuild
--- slpkg.SlackBuild.orig	2024-08-19 16:27:47.599316574 -0700
+++ slpkg.SlackBuild	2024-08-19 16:27:53.156426831 -0700
@@ -60,7 +60,7 @@
    SLKCFLAGS="-O2 -fPIC"
    LIBDIRSUFFIX="64"
  else
-  SLKCFLAGS="-O2
+  SLKCFLAGS="-O2"
    LIBDIRSUFFIX=""
  fi

------------------->8-----------------------



More information about the SlackBuilds-users mailing list