Relocate lib.core in the Source Tree

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-06-02 12:46:35 -07:00
parent 7ff15b0625
commit 4b69216c83
2 changed files with 2 additions and 2 deletions

View File

@ -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