mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Allow the DESTDIR to be specified without a terminating slash
(all other install scripts allow this).
This commit is contained in:
parent
efdab28ffe
commit
df6330f805
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue