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

Log Message:
-----------
jdk13, jre13: Make links more consistent

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

Modified: csw/trunk/lang/jdk13/Makefile
===================================================================
--- csw/trunk/lang/jdk13/Makefile       2008-11-09 08:42:31 UTC (rev 2249)
+++ csw/trunk/lang/jdk13/Makefile       2008-11-09 09:57:51 UTC (rev 2250)
@@ -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-1.3
-       @gln -sf $(DISTNAME) $(DESTDIR)$(prefix)/jdk-1.3
+       @rm -f $(DESTDIR)$(prefix)/$(GARNAME)
+       @gln -sf $(DISTNAME) $(DESTDIR)$(prefix)/$(GARNAME)
        @$(MAKECOOKIE)

Modified: csw/trunk/lang/jre13/Makefile
===================================================================
--- csw/trunk/lang/jre13/Makefile       2008-11-09 08:42:31 UTC (rev 2249)
+++ csw/trunk/lang/jre13/Makefile       2008-11-09 09:57:51 UTC (rev 2250)
@@ -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)/jre-1.3
-       @gln -sf $(DISTNAME) $(DESTDIR)$(prefix)/jre-1.3
+       @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