diff options
Diffstat (limited to 'release/scripts')
| -rwxr-xr-x | release/scripts/proflibs-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/proflibs-install.sh b/release/scripts/proflibs-install.sh index 5dd2b4239938..39adc1c413cc 100755 --- a/release/scripts/proflibs-install.sh +++ b/release/scripts/proflibs-install.sh @@ -8,7 +8,7 @@ if [ "`id -u`" != "0" ]; then exit 1 fi cat proflibs.?? | tar --unlink -xpzf - -C ${DESTDIR:-/} -cd ${DESTDIR:-/}usr/lib +cd ${DESTDIR}/usr/lib if [ -f libdescrypt_p.a ] then ln -f -s libdescrypt_p.a libcrypt_p.a |
