X-Git-Url: https://git.madduck.net/code/mbuild.git/blobdiff_plain/ffd99d2ff5950dca979af4267850b795c2693890..5b3058d05388b5c448897a7209f415d4860cabf7:/rc diff --git a/rc b/rc index 9ba0259..713babc 100644 --- a/rc +++ b/rc @@ -22,12 +22,15 @@ dinstall() { stable*) dist=lenny;; testing*) dist=squeeze;; unstable) dist=sid;; + madduck) dist=madduck;; experimental|*-backports) dist="$1";; *) echo E: unknown distribution: "$1" >&2; exit 1;; esac copy_back_files "$@" + return 0 + GNUPGHOME="$REPREPRO_DIR"/.gnupg \ reprepro --basedir "$REPREPRO_DIR" include "$dist" "$2" || :