[Groonga-mysql-commit] mroonga/mroonga at 37345dd [master] package debian: add a missing "; "

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 29 11:33:00 JST 2014


Kouhei Sutou	2014-10-29 11:33:00 +0900 (Wed, 29 Oct 2014)

  New Revision: 37345ddb0fbdc41fa3e51b63ac363e84cf08f57b
  https://github.com/mroonga/mroonga/commit/37345ddb0fbdc41fa3e51b63ac363e84cf08f57b

  Message:
    package debian: add a missing ";"

  Modified files:
    packages/debian/rules

  Modified: packages/debian/rules (+1 -1)
===================================================================
--- packages/debian/rules    2014-10-29 11:29:43 +0900 (c7b84a0)
+++ packages/debian/rules    2014-10-29 11:33:00 +0900 (2a397b3)
@@ -12,7 +12,7 @@ export MYSQL_VERSION := $(shell apt-cache show mysql-server-5.5 | grep Version |
 	dh $@
 
 override_dh_auto_configure:
-	path=main/m/mysql-5.5/mysql-5.5_$(MYSQL_VERSION).orig.tar.gz	\
+	path=main/m/mysql-5.5/mysql-5.5_$(MYSQL_VERSION).orig.tar.gz;	\
 	if [ "$$(lsb_release --id --short)" = "Ubuntu" ]; then		\
 	  base_url=http://archive.ubuntu.com/ubuntu/pool;		\
 	  security_base_url=http://security.ubuntu.com/ubuntu/pool;	\
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-mysql-commit mailing list
Back to archive index