From: Joey Hess Date: Wed, 26 Aug 2009 20:50:19 +0000 (-0400) Subject: cwd is exported X-Git-Tag: 7.3.16~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ade85c15914a3bdc2bbeb98d9be76c279e4881fa;p=debhelper.git cwd is exported --- diff --git a/dh_auto_install b/dh_auto_install index b4a355f..a5d483b 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);