From ade85c15914a3bdc2bbeb98d9be76c279e4881fa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 26 Aug 2009 16:50:19 -0400 Subject: [PATCH] cwd is exported --- dh_auto_install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5