Compilation sandbox fix.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@785 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
df93843c18
commit
570e1b8865
2
Makefile
2
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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user