From 2c660c2b2459ea6565c4103699d30d45a0726f5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adeodato=20Sim=C3=B3?= Date: Wed, 16 Aug 2006 15:46:23 +0200 Subject: [PATCH] Change update-autotools.sh to be run from the top directory, not one level up it. --- debian/update-autotools.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/update-autotools.sh b/debian/update-autotools.sh index 0e4903b..f161b02 100755 --- a/debian/update-autotools.sh +++ b/debian/update-autotools.sh @@ -2,18 +2,18 @@ set -e -D="$1" # mutt-1.5.X +dh_testdir + +D=$(basename "$PWD") PATCH_NAME=misc/autotools-update.diff -cd $D -dh_testdir debclean quilt delete $PATCH_NAME || test $? -eq 1 quilt push -aq ln -sf /usr/share/misc/config.sub . ln -sf /usr/share/misc/config.guess . -cd - +cd .. cp -al $D $D.orig cd $D @@ -32,7 +32,7 @@ cd $D quilt import -f -P $PATCH_NAME `basename $T` quilt push quilt refresh -p0 -cd - +cd .. rm -f $T rm -rf $D.orig -- 2.43.0