diff options
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 |
commit | bcb29d0da957125167a7d00de4c599055cb237a2 (patch) | |
tree | 8f68a4ed653c6902b04acafca50dfef9bee544b1 /system | |
parent | bfd7f4fd196469eb6b575e3c5bc961224685c699 (diff) |
system/isdct: Fix path.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/isdct/isdct.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/system/isdct/isdct.SlackBuild b/system/isdct/isdct.SlackBuild index 241fd1c669b7..41d0ae041c2d 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 \ |