diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-10-14 21:37:13 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-10-14 21:37:13 +0200 |
commit | deb0273e93022c9dbbf8f0c0159139b273279b15 (patch) | |
tree | d28958df58143216f2d18a8cf4dc5e48b0c0a951 /pkgkit | |
parent | 1fe2776b26d6fe83e7bcd662386e6448754c7ca9 (diff) | |
download | apkbuilds-deb0273e93022c9dbbf8f0c0159139b273279b15.tar.gz apkbuilds-deb0273e93022c9dbbf8f0c0159139b273279b15.tar.bz2 apkbuilds-deb0273e93022c9dbbf8f0c0159139b273279b15.zip |
feat: remove repo from path name
For my setup there is no need to have repo in the path.
Diffstat (limited to 'pkgkit')
-rwxr-xr-x | pkgkit | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ usage() { get_pkgvar() ( var="$1" - set +u +set +u . APKBUILD eval 'printf "%s\n" "$'"$var"'"' ) @@ -253,7 +253,7 @@ update_index() ( . /etc/os-release aver="$(get_aver)" - path="$remote_path/$aver/$repo/$arch" + path="$remote_path/$aver/$arch" set -x ssh "$remote" \ |