summaryrefslogtreecommitdiff
path: root/dh_auto_install
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-08-26 16:50:19 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-08-26 16:50:19 -0400
commitade85c15914a3bdc2bbeb98d9be76c279e4881fa (patch)
tree2abc51e7f9f0bac8b26598e50f3d8c6f6c0ee905 /dh_auto_install
parent1cc05631c07ec51f77b76d886ba035d6c7739fb3 (diff)
cwd is exported
Diffstat (limited to 'dh_auto_install')
-rwxr-xr-xdh_auto_install2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_auto_install b/dh_auto_install
index b4a355f0..a5d483b1 100755
--- a/dh_auto_install
+++ b/dh_auto_install
@@ -78,7 +78,7 @@ if (!$destdir) {
$destdir=tmpdir($dh{MAINPACKAGE});
}
}
-$destdir = File::Spec->rel2abs($destdir, Cwd::cwd());
+$destdir = File::Spec->rel2abs($destdir, cwd());
buildsystems_do("install", $destdir);