X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fbyhand-tag;h=c0ddf5a30061678a39846a23c3b7f03f8d2b4522;hb=6748a73bc2a4a0489e5c67a0f7cbc6b87b5fe054;hp=e9cb43acc6b07c9031d94193612fc5f8c974fb04;hpb=6a4cddfbe864e563e671fe5dabf5600c4783af5c;p=dak.git diff --git a/scripts/debian/byhand-tag b/scripts/debian/byhand-tag index e9cb43ac..c0ddf5a3 100755 --- a/scripts/debian/byhand-tag +++ b/scripts/debian/byhand-tag @@ -1,5 +1,8 @@ #!/bin/sh -ue +export SCRIPTVARS=/srv/ftp.debian.org/dak/config/debian/vars +. $SCRIPTVARS + # Tarball to read, compressed with gzip INPUT="${1:?"Usage: $0 filename"}" @@ -38,7 +41,7 @@ mv "$OUTNONFREE" "$TARGET"tag.non-free chmod 644 "$TARGET"tag "$TARGET"tag.contrib "$TARGET"tag.non-free -(cd $TARGET && ./mk-extra-overrides.sh) +(cd $TARGET && $scriptsdir/mk-extra-overrides.sh) trap - EXIT