summaryrefslogtreecommitdiff
path: root/dh_installmodules
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 05:14:33 +0000
committerjoey <joey>1999-08-17 05:14:33 +0000
commit2e61621b6bade08db706272fa22b159b3154dfc8 (patch)
tree0f470d7bbacbf3750ea969dadf798510fa47ee08 /dh_installmodules
parentc02584b60ccccd6abec16130a41f9345f26b1fb5 (diff)
downloaddebhelper-2e61621b6bade08db706272fa22b159b3154dfc8.tar.gz
r206: Initial Import
Diffstat (limited to 'dh_installmodules')
-rwxr-xr-xdh_installmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installmodules b/dh_installmodules
index 264ae9c0..1e111e5a 100755
--- a/dh_installmodules
+++ b/dh_installmodules
@@ -17,7 +17,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
if ($file) {
if (! -e "$TMP/etc/modutils") {
doit("install","-d","$TMP/etc/modutils");
- doit("cp","-m0644",$file,"$TMP/etc/modutils/$PACKAGE");
+ doit("install","-m","0644",$file,"$TMP/etc/modutils/$PACKAGE");
}
if (! $dh{NOSCRIPTS}) {