From: Joerg Jaspert Date: Fri, 20 Feb 2009 22:23:31 +0000 (+0100) Subject: Its base, not basedir X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=25ed59efdb7ab4076252a98b6f6c4641520904a2;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 3c5073fe..67537058 100755 --- a/config/backports.org/bpo-copy-packages +++ b/config/backports.org/bpo-copy-packages @@ -68,5 +68,5 @@ for suite in etch lenny; do ' Release 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" + gpg --no-options --batch --no-tty --secret-keyring ${base}/s3kr1t/dot-gnupg/secring.gpg --output "Release.gpg" --armor --detach-sign "Release" done