Revision: 2252
          http://gar.svn.sourceforge.net/gar/?rev=2252&view=rev
Author:   dmichelsen
Date:     2008-11-09 10:31:40 +0000 (Sun, 09 Nov 2008)

Log Message:
-----------
jdk5, jre5: Make links more consistent

Modified Paths:
--------------
    csw/trunk/lang/jdk5/Makefile
    csw/trunk/lang/jre5/Makefile

Modified: csw/trunk/lang/jdk5/Makefile
===================================================================
--- csw/trunk/lang/jdk5/Makefile        2008-11-09 10:14:09 UTC (rev 2251)
+++ csw/trunk/lang/jdk5/Makefile        2008-11-09 10:31:40 UTC (rev 2252)
@@ -54,6 +54,6 @@
        @rm -rf $(DESTDIR)$(prefix)/$(DISTNAME)
        @ginstall -d $(DESTDIR)$(prefix)
        @(cd $(WORKDIR); pax -r -w -v $(DISTNAME) $(DESTDIR)$(prefix))
-       @rm -f $(DESTDIR)$(prefix)/jdk-5.0
-       @gln -sf $(DISTNAME) $(DESTDIR)$(prefix)/jdk-5.0
+       @rm -f $(DESTDIR)$(prefix)/$(GARNAME)
+       @gln -sf $(DISTNAME) $(DESTDIR)$(prefix)/$(GARNAME)
        @$(MAKECOOKIE)

Modified: csw/trunk/lang/jre5/Makefile
===================================================================
--- csw/trunk/lang/jre5/Makefile        2008-11-09 10:14:09 UTC (rev 2251)
+++ csw/trunk/lang/jre5/Makefile        2008-11-09 10:31:40 UTC (rev 2252)
@@ -54,5 +54,6 @@
        @rm -rf $(DESTDIR)$(prefix)/$(DISTNAME)
        @ginstall -d $(DESTDIR)$(prefix)
        @(cd $(WORKDIR); pax -r -w -v $(DISTNAME) $(DESTDIR)$(prefix))
-       @gln -sf $(DISTNAME) $(DESTDIR)$(prefix)/jre-5.0
+       @rm -f $(DESTDIR)$(prefix)/$(GARNAME)
+       @gln -sf $(DISTNAME) $(DESTDIR)$(prefix)/$(GARNAME)
        @$(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