]> git.donarmstrong.com Git - debhelper.git/commitdiff
cwd is exported
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 26 Aug 2009 20:50:19 +0000 (16:50 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 26 Aug 2009 20:50:19 +0000 (16:50 -0400)
dh_auto_install

index b4a355f0497f11bc8a3d72f5013091d2ec97eeb0..a5d483b11b756150bd608a7848f15375b7466a5e 100755 (executable)
@@ -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);