diff options
author | joey <joey> | 1999-08-17 04:38:40 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:38:40 +0000 |
commit | 61499664bdeb06600a593ef98a6fe0ad9170ecd6 (patch) | |
tree | 81889f511f683cc4929ae7139f4a6a4f1e9b62b1 /dh_compress | |
parent | e6259191673f34ae6d56f1c0b746a3cc97455dac (diff) | |
download | debhelper-61499664bdeb06600a593ef98a6fe0ad9170ecd6.tar.gz |
r31: Initial Import
Diffstat (limited to 'dh_compress')
-rwxr-xr-x | dh_compress | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_compress b/dh_compress index a54cd2f8..fd07de04 100755 --- a/dh_compress +++ b/dh_compress @@ -15,10 +15,10 @@ for PACKAGE in $DH_DOPACKAGES; do olddir=`pwd` cd $TMP - if [ -f debian/${EXT}compress ]; then + if [ -f ../${EXT}compress ]; then # The config file is a sh script that outputs the files to be compressed # (typically using find). - files=`sh debian/${EXT}compress 2>/dev/null` + files=`sh ../${EXT}compress 2>/dev/null` else # By default fall back on what the policy manual says to compress. files=` |