[libnet-dbus-perl] 133/335: Fix autobuild install root vars

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:07:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository libnet-dbus-perl.

commit 927302791d9aca5ba2638ad9fb0c7d4acbe74144
Author: Daniel P. Berrange <dan at berrange.com>
Date:   Sat Oct 15 13:59:31 2005 +0000

    Fix autobuild install root vars
---
 rollingbuild.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/rollingbuild.sh b/rollingbuild.sh
index bf6949e..76bff94 100755
--- a/rollingbuild.sh
+++ b/rollingbuild.sh
@@ -10,11 +10,7 @@ set -e
 make -k realclean ||:
 rm -rf MANIFEST blib pm_to_blib
 
-if [ -z "$DBUS_HOME" ]; then
-  perl Makefile.PL  PREFIX=$AUTO_BUILD_ROOT
-else
-  perl Makefile.PL DBUS_HOME=$DBUS_HOME  PREFIX=$AUTO_BUILD_ROOT
-fi
+perl Makefile.PL  PREFIX=$AUTOBUILD_INSTALL_ROOT
 
 rm -f MANIFEST
 make manifest

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git



More information about the Pkg-perl-cvs-commits mailing list