X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fbyhand-task;h=9fca5f952c21d784611cd3a2edf2375336af72e6;hb=734d904438bdc597dc87e48a344e3291c7a67a32;hp=8caf9422eafbeb2fa2e37ffde04d509e1c01ccf8;hpb=3ded4f3b36c81914255de4596ae271ebd4690c83;p=dak.git diff --git a/scripts/debian/byhand-task b/scripts/debian/byhand-task index 8caf9422..9fca5f95 100755 --- a/scripts/debian/byhand-task +++ b/scripts/debian/byhand-task @@ -5,6 +5,9 @@ if [ $# -lt 4 ]; then exit 1 fi +export SCRIPTVARS=/srv/ftp.debian.org/dak/config/debian/vars +. $SCRIPTVARS + INPUT="$1" # Tarball to read, compressed with gzip VERSION="$2" ARCH="$3" @@ -58,7 +61,7 @@ mv "$OUTMAIN" "$TARGET"task chmod 644 "$TARGET"task -(cd $TARGET && ./mk-extra-overrides.sh) +(cd $TARGET && $scriptsdir/mk-extra-overrides.sh) trap - EXIT