From c21f0be59b2f8e451b937274fcf75c356fb1de00 Mon Sep 17 00:00:00 2001 From: Aaron Ball Date: Mon, 9 Apr 2018 14:09:25 -0600 Subject: Changed version delimiter from '#' to '_' Some uploaders had an issue with the source file having '#' in the name. Changing to '_' is still unique, but doesn't break client upload tools (so far). --- pkgself.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgself.sh b/pkgself.sh index 3c86823..ba0e03b 100755 --- a/pkgself.sh +++ b/pkgself.sh @@ -102,7 +102,7 @@ main() { fi # Build the output filename - local output="${pkgdir}/${name}#${version}-${release}.sh" + local output="${pkgdir}/${name}_${version}-${release}.sh" # Copy the installer header script into the tmp directory, with the right name cp ${selfdir}/install-header.sh "${output}" -- cgit v1.2.3