Revision: 2233
          http://gar.svn.sourceforge.net/gar/?rev=2233&view=rev
Author:   dmichelsen
Date:     2008-11-08 11:33:12 +0000 (Sat, 08 Nov 2008)

Log Message:
-----------
jre13: Preserve symlinks on install

Modified Paths:
--------------
    csw/trunk/lang/jre13/Makefile

Modified: csw/trunk/lang/jre13/Makefile
===================================================================
--- csw/trunk/lang/jre13/Makefile       2008-11-08 10:29:21 UTC (rev 2232)
+++ csw/trunk/lang/jre13/Makefile       2008-11-08 11:33:12 UTC (rev 2233)
@@ -53,6 +53,6 @@
        @echo " ==> Installing $(GARNAME)"
        @rm -rf $(DESTDIR)$(prefix)/$(DISTNAME)
        @ginstall -d $(DESTDIR)$(prefix)
-       @cp -r $(WORKSRC) $(DESTDIR)$(prefix)
+       @(cd $(WORKDIR); pax -r -w -v $(DISTNAME) $(DESTDIR)$(prefix))
        @gln -sf $(DISTNAME) $(DESTDIR)$(prefix)/jre-1.3
        @$(MAKECOOKIE)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to