aboutsummaryrefslogtreecommitdiff
path: root/scripts/pkg
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2006-07-16 14:53:35 +0200
committerWilly Tarreau <willy@wtap.(none)>2006-07-26 11:51:24 +0200
commit0781bb99431d00e7001e84245499190eb4ed05ed (patch)
tree2bbdab3eb3a78b3b8b4cb1c401614b19549d9e56 /scripts/pkg
parent[RELEASE] flxutils-0.1.19 (diff)
downloadflxutils-0781bb99431d00e7001e84245499190eb4ed05ed.tar.xz
[RELEASE] flxutils-0.1.20v0.1.20
Diffstat (limited to 'scripts/pkg')
-rwxr-xr-xscripts/pkg6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/pkg b/scripts/pkg
index ae0d6f7..9889ed2 100755
--- a/scripts/pkg
+++ b/scripts/pkg
@@ -1,6 +1,6 @@
#!/bin/bash
-# pkg - Formilux package builder - version 0.3.16 - 2003-10-02
+# pkg - Formilux package builder - version 0.3.17 - 2003-10-12
#
# Copyright (C) 2001-2003 Benoit Dolez & Willy Tarreau
# mailto: benoit@ant-computing.com,willy@ant-computing.com
@@ -636,7 +636,7 @@ function do_newpkg {
fi
rm -f ${LINKNAME} && mkdir -p $new_name && ln -s $new_name ${LINKNAME} && \
- tar -C $pkg_name --exclude='compiled/*' --exclude='released.*' --exclude='./pkg.*' \
+ tar -C $pkg_name --exclude='./compiled/*' --exclude='./released.*' --exclude='./pkg.*' \
--exclude='./CFLAGS' --exclude='./.dep' --exclude='./.lst' --exclude='./.tgz' \
-cplf - . | tar -C $new_name -xf - || (rmdir $new_name ; rm -f ${LINKNAME})
echo "A new package '$(basename $new_name)' has been created as '$new_name', based on '$(basename $pkg_name)'."
@@ -983,7 +983,7 @@ function do_pack {
## ldconfig -nr . ) > /dev/null 2>&1
echo -n "Updating libraries ... "
- ldconfig -nr . lib usr/lib > /dev/null 2>&1
+ ldconfig -nr . lib usr/lib opt/*/lib > /dev/null 2>&1
echo "done."
echo -n "Updating timestamps ... "