mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 16:29:50 +00:00
dont install emtpy libdirs
This commit is contained in:
parent
55b12105b5
commit
74b29a107f
@ -16,7 +16,7 @@ case "$2" in
|
|||||||
*) echo "Unknown install option: $2"; exit 1;;
|
*) echo "Unknown install option: $2"; exit 1;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "$DO_INSTALL_LIBS" != "n" ]; then
|
if [ -n "$DO_INSTALL_LIBS" ] && [ "$DO_INSTALL_LIBS" != "n" ]; then
|
||||||
# get the target dir for the libs
|
# get the target dir for the libs
|
||||||
# assume it starts with lib
|
# assume it starts with lib
|
||||||
libdir=$($CC -print-file-name=libc.so | \
|
libdir=$($CC -print-file-name=libc.so | \
|
||||||
|
Loading…
Reference in New Issue
Block a user