diff options
Diffstat (limited to 'source/a')
-rwxr-xr-x | source/a/aaa_elflibs/aaa_elflibs.SlackBuild | 10 | ||||
-rw-r--r-- | source/a/aaa_elflibs/symlinks-to-tracked-libs | 2 | ||||
-rw-r--r-- | source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp | 1 |
3 files changed, 6 insertions, 7 deletions
diff --git a/source/a/aaa_elflibs/aaa_elflibs.SlackBuild b/source/a/aaa_elflibs/aaa_elflibs.SlackBuild index 58c3e9ca..8a71e84d 100755 --- a/source/a/aaa_elflibs/aaa_elflibs.SlackBuild +++ b/source/a/aaa_elflibs/aaa_elflibs.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=aaa_elflibs VERSION=${VERSION:-15.0} -BUILD=${BUILD:-4} +BUILD=${BUILD:-5} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -64,7 +64,7 @@ cat $CWD/symlinks-to-tracked-libs \ | sed -e "s#^/lib/#/lib${LIBDIRSUFFIX}/#" \ -e "s#^/usr/lib/#/usr/lib${LIBDIRSUFFIX}/#" \ | while read library ; do - ( [ ! -e $library ] && continue + ( [ ! -e $library ] && exit 0 echo "Adding $library" mkdir -p $(dirname $library | cut -b2- ) cd $(dirname $library | cut -b2- ) @@ -80,7 +80,7 @@ cat $CWD/tracked-files \ | sed -e "s#^/lib/#/lib${LIBDIRSUFFIX}/#" \ -e "s#^/usr/lib/#/usr/lib${LIBDIRSUFFIX}/#" \ | while read library ; do - ( [ ! -e $library ] && continue + ( [ ! -e $library ] && exit 0 echo "Adding $library" mkdir -p $(dirname $library | cut -b2- ) cd $(dirname $library | cut -b2- ) @@ -94,7 +94,7 @@ cat $CWD/symlinks-to-tracked-libs-tmp \ | sed -e "s#^/lib/#/lib${LIBDIRSUFFIX}/#" \ -e "s#^/usr/lib/#/usr/lib${LIBDIRSUFFIX}/#" \ | while read library ; do - ( [ ! -e $library ] && continue + ( [ ! -e $library ] && exit 0 echo "Adding $library" mkdir -p $(dirname $library | cut -b2- ) cd $(dirname $library | cut -b2- ) @@ -110,7 +110,7 @@ cat $CWD/tracked-files-tmp \ | sed -e "s#^/lib/#/lib${LIBDIRSUFFIX}/#" \ -e "s#^/usr/lib/#/usr/lib${LIBDIRSUFFIX}/#" \ | while read library ; do - ( [ ! -e $library ] && continue + ( [ ! -e $library ] && exit 0 echo "Adding $library" mkdir -p $(dirname $library | cut -b2- ) cd $(dirname $library | cut -b2- ) diff --git a/source/a/aaa_elflibs/symlinks-to-tracked-libs b/source/a/aaa_elflibs/symlinks-to-tracked-libs index 3f5e260c..d6e46f6a 100644 --- a/source/a/aaa_elflibs/symlinks-to-tracked-libs +++ b/source/a/aaa_elflibs/symlinks-to-tracked-libs @@ -44,7 +44,7 @@ /usr/lib/libhistory.so.6 /usr/lib/libhistory.so.7 /usr/lib/libidn.so.12 -/usr/lib/libidn2.so.4 +/usr/lib/libidn2.so.0 /usr/lib/libjpeg.so.62 /usr/lib/libturbojpeg.so.0 /usr/lib/liblber-2.4.so.2 diff --git a/source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp b/source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp index a99ffb7e..2e0d3083 100644 --- a/source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp +++ b/source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp @@ -2,4 +2,3 @@ # like to keep copies of temporarily until we can recompile # everything that's still using them. Once that happens, they'll # be dropped from this package. -/usr/lib/libidn2.so.0 |