[Pkg-mysql-commits] r2000 - mysql-5.5/branches/experimental/debian

Norbert Tretkowski nobse at alioth.debian.org
Fri Jun 24 07:09:44 UTC 2011


Author: nobse
Date: 2011-06-24 07:09:43 +0000 (Fri, 24 Jun 2011)
New Revision: 2000

Modified:
   mysql-5.5/branches/experimental/debian/rules
Log:
Fix syntax error.

Modified: mysql-5.5/branches/experimental/debian/rules
===================================================================
--- mysql-5.5/branches/experimental/debian/rules	2011-06-23 20:06:32 UTC (rev 1999)
+++ mysql-5.5/branches/experimental/debian/rules	2011-06-24 07:09:43 UTC (rev 2000)
@@ -298,7 +298,7 @@
 	dh_installmenu -a
 	dh_installlogrotate -a --name mysql-server
 	if [ "$(DISTRIBUTION)" = "Ubuntu" ]; then \
-	  dh_apparmor -pmysql-server-5.5 --profile-name=usr.sbin.mysqld
+	  dh_apparmor -pmysql-server-5.5 --profile-name=usr.sbin.mysqld; \
 	fi
 	# Start mysql in runlevel 19 before 20 where apache, proftpd etc gets
 	# started which might depend on a running database server.




More information about the Pkg-mysql-commits mailing list