[csw-devel] SF.net SVN: gar:[18506] csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Fri Jun 22 16:25:34 CEST 2012
Revision: 18506
http://gar.svn.sourceforge.net/gar/?rev=18506&view=rev
Author: wahwah
Date: 2012-06-22 14:25:34 +0000 (Fri, 22 Jun 2012)
Log Message:
-----------
mysql5/branches/mysql-5.5.x: $(libdir) is the directory to use, this is the latest version. let me try if it works.
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-22 14:06:18 UTC (rev 18505)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile 2012-06-22 14:25:34 UTC (rev 18506)
@@ -322,9 +322,9 @@
# gmv -v "$(DESTDIR)$(bindir)/$${f}" \
# "$(DESTDIR)$(bindir)/$${f}"; \
# done
- (cd $(DESTDIR)$(libdir_install); rm libmysqlclient_r.so.18; \
+ (cd $(DESTDIR)$(libdir); rm libmysqlclient_r.so.18; \
ln -s libmysqlclient.so.18 libmysqlclient_r.so.18)
- (cd $(DESTDIR)$(libdir_install); rm libmysqlclient_r.so.18.0.0; \
+ (cd $(DESTDIR)$(libdir); 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