summaryrefslogtreecommitdiffstats
path: root/system/isdct
diff options
context:
space:
mode:
author Alexander Verbovetsky <alik@ejik.org>2016-12-31 19:48:55 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-12-31 23:16:11 +0700
commitbcb29d0da957125167a7d00de4c599055cb237a2 (patch)
tree8f68a4ed653c6902b04acafca50dfef9bee544b1 /system/isdct
parentbfd7f4fd196469eb6b575e3c5bc961224685c699 (diff)
downloadslackbuilds-bcb29d0da957125167a7d00de4c599055cb237a2.tar.gz
slackbuilds-bcb29d0da957125167a7d00de4c599055cb237a2.tar.xz
system/isdct: Fix path.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/isdct')
-rw-r--r--system/isdct/isdct.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/system/isdct/isdct.SlackBuild b/system/isdct/isdct.SlackBuild
index 241fd1c669..41d0ae041c 100644
--- a/system/isdct/isdct.SlackBuild
+++ b/system/isdct/isdct.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=isdct
VERSION=${VERSION:-3.0.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -68,16 +68,13 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# It used hard-coded library path, so we will stick with /usr/lib
cp -a usr $PKG
mv $PKG/usr/bin $PKG/usr/sbin
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-if [ "$ARCH" = "x86_64" ]; then
- mv $PKG/usr/lib $PKG/usr/lib64
-fi
-
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a NSGSoftwareLicenseAgreement*.txt \
Intel_SSD_Data_Center_${VERSION//./_}_Release_Notes*.pdf \