summaryrefslogtreecommitdiff
path: root/dh_installdirs
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:39:06 +0000
committerjoey <joey>1999-08-17 04:39:06 +0000
commitb21daac4b8ae57bc61647076774d1370827531e2 (patch)
tree27c584bbbf55f173d8fafbde7d85cf44691051a1 /dh_installdirs
parentb8f36e7620a7a8d6e47b5032ba1dbf0310fb894a (diff)
downloaddebhelper-b21daac4b8ae57bc61647076774d1370827531e2.tar.gz
r35: Initial Import
Diffstat (limited to 'dh_installdirs')
-rwxr-xr-xdh_installdirs4
1 files changed, 3 insertions, 1 deletions
diff --git a/dh_installdirs b/dh_installdirs
index dbe1a0a8..cb38a4b3 100755
--- a/dh_installdirs
+++ b/dh_installdirs
@@ -31,6 +31,8 @@ for PACKAGE in $DH_DOPACKAGES; do
fi
done
# Create dirs.
- doit "cd $TMP && install -d $dirs && cd ../.."
+ doit "cd $TMP"
+ doit "install -d $dirs"
+ doit "cd ../.."
fi
done