]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- typo
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 31 Oct 2005 14:02:11 +0000 (14:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal.spec -> 1.37

drupal.spec

index d5962c35a5b795d15d64300d677f554a770b9cc6..4584e992bb8f9c65beeec3ece5ae0f94c702fcec 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Open source content management platform
 Summary(pl):   Platforma do zarz±dzania tre¶ci± o otwartych ¼ród³ach
 Name:          drupal
 Version:       4.6.3
-Release:       0.33
+Release:       0.34
 License:       GPL
 Group:         Applications/WWW
 Source0:       http://drupal.org/files/projects/%{name}-%{version}.tar.gz
@@ -206,7 +206,7 @@ If this is your first install of Drupal, you need to create Drupal database:
 mysqladmin create drupal
 zcat %{_docdir}/%{name}-db-mysql-%{version}/database.mysql.gz | mysql drupal
 mysql -e "GRANT SELECT, INSERT, UPDATE, DELETE ON drupal.* TO 'drupal'@'localhost' IDENTIFIED BY 'PASSWORD'"
-mysql -e "GRANT CREATE TEMPORARY TABLES, LOCK TABLES ON *.* TO 'drupal'@'localhost"
+mysql -e "GRANT CREATE TEMPORARY TABLES, LOCK TABLES ON *.* TO 'drupal'@'localhost'"
 
 EOF
 fi
This page took 0.08992 seconds and 4 git commands to generate.