]> git.decadent.org.uk Git - dak.git/commitdiff
The weasel wants another path name
authorJoerg Jaspert <joerg@debian.org>
Fri, 25 Mar 2011 19:47:28 +0000 (20:47 +0100)
committerJoerg Jaspert <joerg@debian.org>
Fri, 25 Mar 2011 19:47:28 +0000 (20:47 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
scripts/debian/buildd-prepare-dir

index cc2ee10846847865f470913f94f1c02e116f8e7c..f7e48e4ab51c63ac70e223b6f72dd0602059bc7e 100755 (executable)
@@ -47,13 +47,13 @@ mkdir -p "${TARGET}/keyrings"
 
 for arch in $archs; do
     if [ -f ${base}/${arch}/keyring.gpg ]; then
-        cp -al ${base}/${arch}/keyring.gpg ${TARGET}/keyrings/buildd-${arch}-keyring.gpg
-        chmod 0644 ${TARGET}/keyrings/buildd-${arch}-keyring.gpg
+        cp -al ${base}/${arch}/keyring.gpg ${TARGET}/buildd-keyrings/buildd-${arch}-keyring.gpg
+        chmod 0644 ${TARGET}/buildd-keyrings/buildd-${arch}-keyring.gpg
     fi
 done
 
 cd ${TARGET}
-sha512sum keyrings/* > sha512sums
+sha512sum buildd-keyrings/* > sha512sums
 
 rm -f ${TARGET}/sha512sums.txt
 SIGNINGKEY=B1326A8D