diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2022-05-19 23:49:02 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2022-06-22 01:05:03 +0200 |
commit | 37df0765d284892bf81bddf575fdcb14582b4f5f (patch) | |
tree | aa25d7cc11e95f4f11fc846a1c1a4bf22d337d72 /src/crossrepomove.in | |
parent | 6d946989f3ca7de78ccda98804bb72aec3692412 (diff) | |
download | devtools-37df0765d284892bf81bddf575fdcb14582b4f5f.tar.xz |
cleanup: move PKGBUILD.proto to contrib folder
Diffstat (limited to 'src/crossrepomove.in')
-rw-r--r-- | src/crossrepomove.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crossrepomove.in b/src/crossrepomove.in index c028d62..e4caeea 100644 --- a/src/crossrepomove.in +++ b/src/crossrepomove.in @@ -45,7 +45,7 @@ msg "Downloading sources for %s" "${pkgbase}" svn -q checkout -N "${target_svn}" target_checkout mkdir -p "target_checkout/${pkgbase}/repos" svn -q export "${source_svn}/${pkgbase}/trunk" "target_checkout/${pkgbase}/trunk" || die -# shellcheck source=PKGBUILD.proto +# shellcheck source=contrib/makepkg/PKGBUILD.proto . "target_checkout/${pkgbase}/trunk/PKGBUILD" msg "Downloading packages for %s" "${pkgbase}" |