summaryrefslogtreecommitdiff
path: root/dh_auto_install
diff options
context:
space:
mode:
Diffstat (limited to 'dh_auto_install')
-rwxr-xr-xdh_auto_install5
1 files changed, 2 insertions, 3 deletions
diff --git a/dh_auto_install b/dh_auto_install
index c115a184..db2c6e90 100755
--- a/dh_auto_install
+++ b/dh_auto_install
@@ -49,8 +49,7 @@ or override the any standard parameters that dh_auto_install passes.
=cut
-my $manager = new Debian::Debhelper::Dh_Buildsystems;
-$manager->init_dh_auto_tool();
+buildsystems_init();
my $destdir;
my @allpackages=getpackages();
@@ -62,7 +61,7 @@ else {
}
$destdir=cwd()."/".$destdir;
-$manager->run_dh_auto_tool($destdir);
+buildsystems_do("install", $destdir);
=head1 SEE ALSO