Revision: 18359 http://gar.svn.sourceforge.net/gar/?rev=18359&view=rev Author: cgrzemba Date: 2012-06-12 09:09:13 +0000 (Tue, 12 Jun 2012) Log Message: ----------- librecad/trunk: correct install target
Modified Paths: -------------- csw/mgar/pkg/librecad/trunk/Makefile Modified: csw/mgar/pkg/librecad/trunk/Makefile =================================================================== --- csw/mgar/pkg/librecad/trunk/Makefile 2012-06-12 08:56:42 UTC (rev 18358) +++ csw/mgar/pkg/librecad/trunk/Makefile 2012-06-12 09:09:13 UTC (rev 18359) @@ -59,13 +59,16 @@ configure-custom: cd $(WORKSRC) && $(bindir)/qmake $(call tolower,$(NAME)).pro + @$(MAKECOOKIE) install-custom: - ginstall -d 755 $(DESTDIR)$(bindir) + ginstall -d $(DESTDIR)$(bindir) ginstall -m 755 $(WORKSRC)/unix/librecad $(DESTDIR)$(bindir) ginstall -m 755 $(WORKSRC)/unix/ttf2lff $(DESTDIR)$(bindir) - ginstall -d 755 $(DESTDIR)$(datadir)/resources + ginstall -d $(DESTDIR)$(datadir)/resources gcp -rfp $(WORKSRC)/unix/resources $(DESTDIR)$(datadir) + @$(MAKECOOKIE) + include gar/category.mk PATH := /opt/csw/gnu:$(PATH) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel