diff options
Diffstat (limited to 'pkgself.sh')
-rwxr-xr-x | pkgself.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |