aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagnagianfranco@yahoo.it>2015-10-28 12:31:28 +0100
committerMattia Rizzolo <mattia@mapreri.org>2015-10-28 11:38:45 +0000
commitf1d3f6203af0de513fbe2daadc39f8ee30e5b5ae (patch)
tree734fc4d7a0237712732e048885289a281c4ada72
parent47f86a02a0c88b18ba403f74382c2db1d13e443c (diff)
downloadpbuilder-f1d3f6203af0de513fbe2daadc39f8ee30e5b5ae.tar
pbuilder-f1d3f6203af0de513fbe2daadc39f8ee30e5b5ae.tar.gz
pbuilder-modules: change the pbuilder-runhooks source directory to be relative
We can assume they are always in the same directory. This fixes the testsuite when run in a clean environment without pbuilder itself installed.
-rw-r--r--pbuilder-modules2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-modules b/pbuilder-modules
index 836083f..0b87104 100644
--- a/pbuilder-modules
+++ b/pbuilder-modules
@@ -17,7 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-. /usr/lib/pbuilder/pbuilder-runhooks
+. ./pbuilder-runhooks
function showhelp () {
cat <<EOF