X-Git-Url: https://git.madduck.net/code/mbuild.git/blobdiff_plain/ffd99d2ff5950dca979af4267850b795c2693890..01940c25279f8f76ec47ee2ea3a7423e9ce74849:/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" || :