[csw-devel] SF.net SVN: gar:[18484] csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu Jun 21 15:45:36 CEST 2012


Revision: 18484
          http://gar.svn.sourceforge.net/gar/?rev=18484&view=rev
Author:   wahwah
Date:     2012-06-21 13:45:35 +0000 (Thu, 21 Jun 2012)
Log Message:
-----------
mysql5/branches/mysql-5.5.x: add libdir_install to a post-* target

Modified Paths:
--------------
    csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile

Modified: csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile	2012-06-21 13:31:27 UTC (rev 18483)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile	2012-06-21 13:45:35 UTC (rev 18484)
@@ -322,9 +322,9 @@
 	# 	gmv -v "$(DESTDIR)$(bindir)/$${f}" \
 	# 	       "$(DESTDIR)$(bindir)/$${f}"; \
 	# done
-	(cd $(DESTDIR)$(libdir); rm libmysqlclient_r.so.18; \
+	(cd $(DESTDIR)$(libdir_install); rm libmysqlclient_r.so.18; \
 		ln -s libmysqlclient.so.18 libmysqlclient_r.so.18)
-	(cd $(DESTDIR)$(libdir); rm libmysqlclient_r.so.18.0.0; \
+	(cd $(DESTDIR)$(libdir_install); rm libmysqlclient_r.so.18.0.0; \
 		ln -s libmysqlclient.so.18.0.0 libmysqlclient_r.so.18.0.0)
 	# gmv -vf $(DESTDIR)$(mandir)/man1/mysql_config.1
 	@$(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