summaryrefslogtreecommitdiff
path: root/dh_compress
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:38:40 +0000
committerjoey <joey>1999-08-17 04:38:40 +0000
commit61499664bdeb06600a593ef98a6fe0ad9170ecd6 (patch)
tree81889f511f683cc4929ae7139f4a6a4f1e9b62b1 /dh_compress
parente6259191673f34ae6d56f1c0b746a3cc97455dac (diff)
downloaddebhelper-61499664bdeb06600a593ef98a6fe0ad9170ecd6.tar.gz
r31: Initial Import
Diffstat (limited to 'dh_compress')
-rwxr-xr-xdh_compress4
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=`