aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-runhooks
diff options
context:
space:
mode:
authordancer <dancer>2001-10-12 16:31:18 +0000
committerdancer <dancer>2001-10-12 16:31:18 +0000
commit5d1410da15e917828dc5dd1e2d0033b8889d6046 (patch)
treef73d2c6a3be95a9814f096942bf4515eef572262 /pbuilder-runhooks
parent9d393d0b01dc818c2d53441226d6b8b5f9eb499a (diff)
downloadpbuilder-5d1410da15e917828dc5dd1e2d0033b8889d6046.tar
pbuilder-5d1410da15e917828dc5dd1e2d0033b8889d6046.tar.gz
fixed my logical disorder.
Diffstat (limited to 'pbuilder-runhooks')
-rw-r--r--pbuilder-runhooks7
1 files changed, 3 insertions, 4 deletions
diff --git a/pbuilder-runhooks b/pbuilder-runhooks
index 6786381..09cefc6 100644
--- a/pbuilder-runhooks
+++ b/pbuilder-runhooks
@@ -18,6 +18,9 @@
#
# HISTORY:
# $Log$
+# Revision 1.9 2001/10/12 16:31:18 dancer
+# fixed my logical disorder.
+#
# Revision 1.8 2001/10/12 15:54:32 dancer
# diff
#
@@ -67,10 +70,6 @@ function loadhooks () {
mkdir -p "$BUILDPLACE/tmp/hooks"
cp -a "$HOOKDIR/*" "$BUILDPLACE/$hooks"
fi
- if [ -f "$BUILDPLACE/$hooks/$DISTRIBUTION" ]; then
- DEBOOTSTRAPSCRIPT=/"$hooks/$DISTRIBUTION"
- echo " -> Applying user distribution dist build script $DEBOOTSTRAPSCRIPT"
- fi
}
#--------------------------------------------------------------------------