From 570e1b88650b961d1c5fd35ddd238f10347d8327 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Thu, 7 May 2009 08:44:59 +0000 Subject: [PATCH] Compilation sandbox fix. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@785 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d2d873f..da3ec18e 100644 --- a/Makefile +++ b/Makefile @@ -275,7 +275,7 @@ install : $(BIN) test -d $(DESTDIR)$(datadir)/grafx2/skins || $(MKDIR) $(DESTDIR)$(datadir)/grafx2/skins # Generate launcher script echo "#!/bin/sh" > $(DESTDIR)$(bindir)/grafx2 - echo $(DESTDIR)$(datadir)/grafx2/$(BIN) '$$*' >> $(DESTDIR)$(bindir)/grafx2 + echo $(datadir)/grafx2/$(BIN) '$$*' >> $(DESTDIR)$(bindir)/grafx2 chmod 755 $(DESTDIR)$(bindir)/grafx2 # Copy files $(CP) $(BIN) $(DESTDIR)$(datadir)/grafx2/