X-Git-Url: https://git.madduck.net/code/mbuild.git/blobdiff_plain/d954c6cf7388acdf2b79095de89b5a93f6e4f1cf..674923e47fbeeedc74084c3774e8c6ef374dff5f:/rc diff --git a/rc b/rc index 595d83d..78a4746 100644 --- a/rc +++ b/rc @@ -26,6 +26,8 @@ dinstall() { *) echo E: unknown distribution: "$1" >&2; exit 1;; esac + copy_back_files "$@" + GNUPGHOME="$REPREPRO_DIR"/.gnupg \ reprepro --basedir "$REPREPRO_DIR" include "$dist" "$2" || : @@ -35,6 +37,7 @@ dinstall() { print_bundle_location() { local file; file="${1##*/}" echo "$BASE_URL/bundles/$file" + #TODO: files does not work echo "$files" }