diff --git a/Shorewall/lib.core b/Shorewall/Perl/lib.core similarity index 100% rename from Shorewall/lib.core rename to Shorewall/Perl/lib.core diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 11cf75d69..9601e5ccb 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -990,9 +990,9 @@ cd .. # # Install the libraries # -for f in lib.* ; do +for f in lib.* Perl/lib.*; do if [ -f $f ]; then - install_file $f ${DESTDIR}${SHAREDIR}/$PRODUCT/$f 0644 + install_file $f ${DESTDIR}${SHAREDIR}/$PRODUCT/$(basename $f) 0644 echo "Library ${f#*.} file installed as ${DESTDIR}${SHAREDIR}/$PRODUCT/$f" fi done