summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);