aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2006-07-16 14:53:36 +0200
committerWilly Tarreau <willy@wtap.(none)>2006-07-26 11:51:24 +0200
commit1e48ff42d281fb08b9d250ed2e3d5951992ad74c (patch)
tree2f7d0ca9431e1204028d139c56311519e6a78722 /scripts
parent[RELEASE] flxutils-0.1.20 (diff)
downloadflxutils-1e48ff42d281fb08b9d250ed2e3d5951992ad74c.tar.xz
[RELEASE] flxutils-0.1.21v0.1.21
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pkg6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/pkg b/scripts/pkg
index 9889ed2..460b8f7 100755
--- a/scripts/pkg
+++ b/scripts/pkg
@@ -1,6 +1,6 @@
#!/bin/bash
-# pkg - Formilux package builder - version 0.3.17 - 2003-10-12
+# pkg - Formilux package builder - version 0.3.18 - 2003-11-11
#
# Copyright (C) 2001-2003 Benoit Dolez & Willy Tarreau
# mailto: benoit@ant-computing.com,willy@ant-computing.com
@@ -898,7 +898,7 @@ function _do_pack_files {
*/info/*.info|*/info/*.info-[0-9]*)
echo "$REPLY \$INFO" >> $DEP_FILE
;;
- */sbin/*|*/bin/*|*/lib/*|*/libexec/*)
+ bin/*|sbin/*|lib/*|*/sbin/*|*/bin/*|*/lib/*|*/libexec/*)
flr="$(file $REPLY)"
case "$flr" in
*\ shell\ *)
@@ -1046,7 +1046,7 @@ function do_pack {
fi
echo "$REPLY \$INFO" >> $DEP_FILE
;;
- */sbin/*|*/bin/*|*/lib/*|*/libexec/*)
+ bin/*|sbin/*|lib/*|*/sbin/*|*/bin/*|*/lib/*|*/libexec/*)
flr="$(file $REPLY)"
case "$flr" in
*\ shell\ *)