aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-modules
diff options
context:
space:
mode:
authordancer <dancer>2005-11-02 13:08:05 +0000
committerdancer <dancer>2005-11-02 13:08:05 +0000
commit266e49cd31c7618ec3f209d8306e175a791185d4 (patch)
tree0ceae20b0df4102e10e057bdc498cfc7c42c6fe8 /pbuilder-modules
parentcbaa3dd78a3e8ec7c6e7e7468e30e231410cbe7f (diff)
downloadpbuilder-266e49cd31c7618ec3f209d8306e175a791185d4.tar
pbuilder-266e49cd31c7618ec3f209d8306e175a791185d4.tar.gz
workaround Matt's commit;
add ||true for 'ln -s' creating mtab.
Diffstat (limited to 'pbuilder-modules')
-rw-r--r--pbuilder-modules2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-modules b/pbuilder-modules
index ddb22c6..eb85ccf 100644
--- a/pbuilder-modules
+++ b/pbuilder-modules
@@ -139,7 +139,7 @@ function mountproc () {
echo " -> mounting /proc filesystem"
mkdir -p $BUILDPLACE/proc
mount -t proc /proc "$BUILDPLACE/proc"
- ln -s ../proc/mounts $BUILDPLACE/etc/mtab
+ ln -s ../proc/mounts $BUILDPLACE/etc/mtab || true
fi
if [ "$USEDEVFS" = "yes" ]; then
echo " -> mounting /dev filesystem"