diff options
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 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 \ |