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

Log Message:
-----------
jdk14, jre14: Make links more consistent

Modified Paths:
--------------
    csw/trunk/lang/jdk14/Makefile
    csw/trunk/lang/jre14/Makefile

Modified: csw/trunk/lang/jdk14/Makefile
===================================================================
--- csw/trunk/lang/jdk14/Makefile       2008-11-09 09:57:51 UTC (rev 2250)
+++ csw/trunk/lang/jdk14/Makefile       2008-11-09 10:14:09 UTC (rev 2251)
@@ -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.4
-       @gln -sf $(DISTNAME) $(DESTDIR)$(prefix)/jdk-1.4
+       @rm -f $(DESTDIR)$(prefix)/$(GARNAME)
+       @gln -sf $(DISTNAME) $(DESTDIR)$(prefix)/$(GARNAME)
        @$(MAKECOOKIE)

Modified: csw/trunk/lang/jre14/Makefile
===================================================================
--- csw/trunk/lang/jre14/Makefile       2008-11-09 09:57:51 UTC (rev 2250)
+++ csw/trunk/lang/jre14/Makefile       2008-11-09 10:14:09 UTC (rev 2251)
@@ -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.4
-       @gln -sf $(DISTNAME) $(DESTDIR)$(prefix)/jre-1.4
+       @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