adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-wastesedge-commits] master d0bc1d0 03/21: FIXED creation of a


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] master d0bc1d0 03/21: FIXED creation of adonthell-wastesedge script
Date: Mon, 25 Jul 2016 18:16:37 +0000 (UTC)

branch: master
commit d0bc1d05e9b79918fe0f70b5989781cbefbb5514
Author: Kai Sterker <address@hidden>
Commit: Kai Sterker <address@hidden>

    FIXED creation of adonthell-wastesedge script
---
 Makefile.am |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index a34880a..af0aa2c 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,8 +25,9 @@ install-exec-local:
        rm -Rf $(DESTDIR)$(gamedatadir)
 
 adonthell-wastesedge: Makefile
-       echo "#!/bin/sh\n\$(adonthell_binary) wastesedge" > adonthell-wastesedge
-
+       echo "#!/bin/sh" > adonthell-wastesedge
+       echo "$(adonthell_binary) wastesedge" | sed 's/.*\///' >> 
adonthell-wastesedge
+       
 # -- make sure the data directory gets deleted
 uninstall-local:
        rm -rf $(DESTDIR)$(gamedatadir)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]