summaryrefslogtreecommitdiff
path: root/dh_installwm
diff options
context:
space:
mode:
authorjoey <joey>2000-12-21 23:44:18 +0000
committerjoey <joey>2000-12-21 23:44:18 +0000
commit72252ab47780f7fa165599510f9ce1804b53ba6d (patch)
treef71770376767b38ed27f86d524c3b7d58f7bb326 /dh_installwm
parent1761e99d415d54d6293a611cf25bde66c8a9c634 (diff)
r404: * Fixed perl wanring, Closes: #80242
Diffstat (limited to 'dh_installwm')
-rwxr-xr-xdh_installwm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installwm b/dh_installwm
index c510e9f0..b687ccf4 100755
--- a/dh_installwm
+++ b/dh_installwm
@@ -18,7 +18,7 @@ if (@ARGV) {
}
foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
- $TMP=tmpdir($PACKAGE);
+# $TMP=tmpdir($PACKAGE);
$file=pkgfile($PACKAGE,"wm");
if ($file) {