From 8d01995a804d7c3aebd655254992e94c28610739 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 27 Dec 2009 16:30:06 +0000 Subject: [PATCH] Fix makefile for make install under linux. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1241 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eb12deb2..11aff6c4 100644 --- a/Makefile +++ b/Makefile @@ -411,8 +411,8 @@ install : $(BIN) $(CP) fonts/* $(DESTDIR)$(datadir)/grafx2/fonts/ $(CP) $(SKIN_FILES) $(DESTDIR)$(datadir)/grafx2/skins/ # Icon and desktop file for debian - $(CP) misc/grafx2.desktop $(DESTDIR)$(datadir)/applications/ - $(CP) misc/grafx2.xpm $(DESTDIR)$(datadir)/icons/ + $(CP) misc/unix/grafx2.desktop $(DESTDIR)$(datadir)/applications/ + $(CP) misc/unix/grafx2.xpm $(DESTDIR)$(datadir)/icons/ @echo Install complete # Linux uninstallation of the program