summaryrefslogtreecommitdiffhomepage
path: root/pkgtool.sh
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-31 07:49:57 +0200
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-31 07:49:57 +0200
commit80a5c9bcdb0199c8b0e608695fd04faa464cf6a9 (patch)
treeab7f2e1abbd8546bc47163e9bfc823d0f5454ca3 /pkgtool.sh
parent196f004d57a260e3fbd27e614b079337c141b813 (diff)
downloadmidipix_build-80a5c9bcdb0199c8b0e608695fd04faa464cf6a9.tar.bz2
midipix_build-80a5c9bcdb0199c8b0e608695fd04faa464cf6a9.tar.xz
Make dist/*.dist regular vars files beneath vars.dist/.
Diffstat (limited to 'pkgtool.sh')
-rwxr-xr-xpkgtool.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgtool.sh b/pkgtool.sh
index 9e26cc34..615ce39f 100755
--- a/pkgtool.sh
+++ b/pkgtool.sh
@@ -353,7 +353,7 @@ pkgtoolp_info_single() {
\$_ppis_fname "${_ppis_patch_idx}" \
"${_ppis_pkg_name}" \
"${_ppis_pkg_version}" \
- "vars_file patches_pre patches" \
+ "vars_files patches_pre patches" \
&& [ "${_ppis_fname:+1}" = 1 ];
do
: $((_ppis_patch_idx += 1));