aboutsummaryrefslogtreecommitdiff
path: root/release/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/kernels-install.sh2
-rwxr-xr-xrelease/scripts/proflibs-install.sh5
2 files changed, 1 insertions, 6 deletions
diff --git a/release/scripts/kernels-install.sh b/release/scripts/kernels-install.sh
index b2d4ab7b398b..831a99fc6e59 100644
--- a/release/scripts/kernels-install.sh
+++ b/release/scripts/kernels-install.sh
@@ -13,7 +13,7 @@ if [ $# -lt 1 ]; then
fi
CONFIG=$1
-BOOT=${DESTDIR:-/}/boot
+BOOT=${DESTDIR}/boot
KERNEL=$BOOT/$CONFIG
if [ -d $KERNEL ]; then
diff --git a/release/scripts/proflibs-install.sh b/release/scripts/proflibs-install.sh
index 5dd2b4239938..8e35ae3fd3a2 100755
--- a/release/scripts/proflibs-install.sh
+++ b/release/scripts/proflibs-install.sh
@@ -8,9 +8,4 @@ if [ "`id -u`" != "0" ]; then
exit 1
fi
cat proflibs.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
-cd ${DESTDIR:-/}usr/lib
-if [ -f libdescrypt_p.a ]
-then
- ln -f -s libdescrypt_p.a libcrypt_p.a
-fi
exit 0