Fixed vegan-desert-island-9999, moved to vegan-desert-island-9999-r1

The generated launcher was faulty.
This commit is contained in:
tastytea 2018-06-20 10:32:35 +02:00
parent 1bd39a3750
commit 3ce6f7828a
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ src_unpack() {
}
src_compile() {
echo -e "#\!/bin/sh\n\nsolarus-run /usr/share/${PN}" > ${PN}
echo -e '#!/bin/sh\n\nsolarus-run /usr/share/'"${PN}" > ${PN}
}
src_install() {