]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- better %post %banner message
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 15 Aug 2005 10:12:45 +0000 (10:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal.spec -> 1.18

drupal.spec

index 95c9b4c9d6fbc7fa1e0bf62450509884b1226f04..a5a086978e88d4d6dae58240e52cf7100371ed99 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.2
-Release:       0.18
+Release:       0.21
 Epoch:         0
 License:       GPL
 Group:         Applications/WWW
@@ -194,12 +194,12 @@ rm -rf $RPM_BUILD_ROOT
 if [ "$1" = 1 ]; then
 %banner -e %{name} <<EOF
 If this is your first install of Drupal, you need to create drupal database:
-shell$ mysqladmin create drupal
+mysqladmin create drupal
 
 and import initial schema:
-shell$ zcat %{_docdir}/%{name}-%{version}/database/database.mysql.gz | mysql drupal
+zcat %{_docdir}/%{name}-%{version}/database/database.mysql.gz | mysql drupal
 
-(anyway, read INSTALL file from documentation).
+Also read INSTALL from documentation!
 
 EOF
 fi
This page took 0.035585 seconds and 4 git commands to generate.