From: Joerg Jaspert Date: Sun, 15 Feb 2009 15:38:51 +0000 (+0100) Subject: Its base, not basedir X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=aee7aab6e3431514f8612664cf5725d1862686b0;p=dak.git Its base, not basedir Signed-off-by: Joerg Jaspert --- diff --git a/config/backports.org/bpo-copy-packages b/config/backports.org/bpo-copy-packages index 6d98a9e7..3c5073fe 100755 --- a/config/backports.org/bpo-copy-packages +++ b/config/backports.org/bpo-copy-packages @@ -11,7 +11,7 @@ cd ${configdir} for suite in etch lenny; do source="${ftpdir}/dists/${suite}-backports" - target="${basedir}/buildd/dists/${suite}-backports" + target="${base}/buildd/dists/${suite}-backports" if ! [ -d "$source" ]; then echo "Source '$source' does not exist or is not a directory or we can't acess it." >&2 @@ -67,6 +67,6 @@ for suite in etch lenny; do } ' Release - rm -f ${basedir}/buildd/dists/${suite}-backports/Release.gpg + rm -f ${base}/buildd/dists/${suite}-backports/Release.gpg gpg --no-options --batch --no-tty --secret-keyring ${basedir}/s3kr1t/dot-gnupg/secring.gpg --output "Release.gpg" --armor --detach-sign "Release" done