summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Coolen2015-08-15 11:20:43 -0400
committerMark Coolen2015-08-15 11:20:43 -0400
commit8c2f9390274d243cfe2f4a3fbec557ded18d1155 (patch)
tree5875b9b93661bf747aa8392d01945c16f44f9d17
parent5738d5a5c880a8e46c3a9862f75848d7f1ce13ea (diff)
downloadaur-8c2f9390274d243cfe2f4a3fbec557ded18d1155.tar.gz
fixed problems with PKGBUILD
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06be8316799d..f4da35639cda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ package() {
#ok, let's use a script to start the game
mkdir -p -m755 $pkgdir/usr/bin/
- printf "#!${SHELL}
+ printf "#!/bin/sh
if whereis unionfs-fuse>/dev/null 2>&1;
then
if whereis dosbox>/dev/null 2>&1;