[csw-devel] SF.net SVN: gar:[10704] csw/mgar/pkg/mtx/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Aug 6 13:36:17 CEST 2010


Revision: 10704
          http://gar.svn.sourceforge.net/gar/?rev=10704&view=rev
Author:   dmichelsen
Date:     2010-08-06 11:36:16 +0000 (Fri, 06 Aug 2010)

Log Message:
-----------
mtx: Correct path in mtxctl

Modified Paths:
--------------
    csw/mgar/pkg/mtx/trunk/Makefile

Modified: csw/mgar/pkg/mtx/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mtx/trunk/Makefile	2010-08-05 10:20:46 UTC (rev 10703)
+++ csw/mgar/pkg/mtx/trunk/Makefile	2010-08-06 11:36:16 UTC (rev 10704)
@@ -62,5 +62,6 @@
 	ginstall -d $(DESTDIR)$(CONTRIBDIR)
 	ginstall $(WORKSRC)/contrib/config_sgen_solaris.sh $(DESTDIR)$(CONTRIBDIR)/
 	ginstall $(WORKSRC)/contrib/mtxctl/mtxctl.tk $(DESTDIR)$(CONTRIBDIR)/mtxctl
-	perl -pi -e 's,#!/usr/freeware/bin/wish -f,#!/opt/csw/bin/wish -f,' $(DESTDIR)$(CONTRIBDIR)/mtxctl
+	ginstall $(WORKSRC)/contrib/mtxctl/README $(DESTDIR)$(CONTRIBDIR)/README.mtxctl
+	perl -pi -e 's,#!/usr/freeware/bin/wish -f,#!/opt/csw/bin/wish -f,; s,/usr/freeware/bin/mtx,/opt/csw/sbin/mtx,' $(DESTDIR)$(CONTRIBDIR)/mtxctl
 	@$(MAKECOOKIE)


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