Update of /cvsroot/wxdevcenter/wxDevCenter
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3020
Modified Files:
GNUmakefile
Log Message:
Fix .desktop filename at install.
Index: GNUmakefile
===================================================================
RCS file: /cvsroot/wxdevcenter/wxDevCenter/GNUmakefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** GNUmakefile 12 Oct 2005 10:36:32 -0000 1.15
--- GNUmakefile 12 Oct 2005 10:40:10 -0000 1.16
***************
*** 199,203 ****
done
$(INSTALL) -d $(prefix)/share/applications
! (cd data/ ; $(INSTALL) -m 644 $wxdevcenter.desktop $(prefix)/share/applications)
$(INSTALL) -d $(prefix)/share/pixmaps
(cd data/icons/ ; $(INSTALL) -m 644 wxDevCenter.png $(prefix)/share/pixmaps)
--- 199,203 ----
done
$(INSTALL) -d $(prefix)/share/applications
! (cd data/ ; $(INSTALL) -m 644 wxdevcenter.desktop $(prefix)/share/applications)
$(INSTALL) -d $(prefix)/share/pixmaps
(cd data/icons/ ; $(INSTALL) -m 644 wxDevCenter.png $(prefix)/share/pixmaps)
|