]> git.decadent.org.uk Git - dak.git/commitdiff
Its base, not basedir
authorJoerg Jaspert <joerg@debian.org>
Sun, 15 Feb 2009 15:38:51 +0000 (16:38 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sun, 15 Feb 2009 15:38:51 +0000 (16:38 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/backports.org/bpo-copy-packages

index 6d98a9e7f4f98bb0974f44b956b3df41a1f205dd..3c5073fe1bca9efac81e940a690bf68e5ad0289f 100755 (executable)
@@ -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