[csw-devel] SF.net SVN: gar:[21912] csw/mgar/pkg/qt4-gcc/trunk/Makefile

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Thu Sep 12 14:13:55 CEST 2013


Revision: 21912
          http://gar.svn.sourceforge.net/gar/?rev=21912&view=rev
Author:   pfelecan
Date:     2013-09-12 12:13:54 +0000 (Thu, 12 Sep 2013)
Log Message:
-----------
qt4-gcc/trunk: create the target directories for private development headers

Modified Paths:
--------------
    csw/mgar/pkg/qt4-gcc/trunk/Makefile

Modified: csw/mgar/pkg/qt4-gcc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/qt4-gcc/trunk/Makefile	2013-09-12 09:36:49 UTC (rev 21911)
+++ csw/mgar/pkg/qt4-gcc/trunk/Makefile	2013-09-12 12:13:54 UTC (rev 21912)
@@ -416,9 +416,13 @@
 # prune tests from the destination directory (we don't want them in
 # our packages isn't it?)
 post-install:
+	ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)$(includedir)/QtCore
 	gtar --directory=$(WORKSRC)/include/QtCore --create --file=- private | gtar --directory=$(DESTDIR)$(includedir)/QtCore --extract --file=-
+	ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)$(includedir)/QtDeclarative
 	gtar --directory=$(WORKSRC)/include/QtDeclarative --create --file=- private | gtar --directory=$(DESTDIR)$(includedir)/QtDeclarative --extract --file=-
+	ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)$(includedir)/QtGui
 	gtar --directory=$(WORKSRC)/include/QtGui --create --file=- private | gtar --directory=$(DESTDIR)$(includedir)/QtGui --extract --file=-
+	ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)$(includedir)/QtScript
 	gtar --directory=$(WORKSRC)/include/QtScript --create --file=- private | gtar --directory=$(DESTDIR)$(includedir)/QtScript --extract --file=-
 	cd $(WORKSRC) && gtar --create --file=- src/corelib/*/*_p.h src/declarative/*/*_p.h src/gui/*/*_p.h src/script/*/*_p.h | gtar --directory=$(DESTDIR)$(includedir) --extract --file=-
 	rm -rf $(DESTDIR)/$(prefix)/tests

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list