SPECS: drupal.spec - update.php uses relative paths

glen glen at pld-linux.org
Fri Jan 5 02:50:49 CET 2007


Author: glen                         Date: Fri Jan  5 01:50:48 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- update.php uses relative paths

---- Files affected:
SPECS:
   drupal.spec (1.71 -> 1.72) 

---- Diffs:

================================================================
Index: SPECS/drupal.spec
diff -u SPECS/drupal.spec:1.71 SPECS/drupal.spec:1.72
--- SPECS/drupal.spec:1.71	Fri Jan  5 02:48:35 2007
+++ SPECS/drupal.spec	Fri Jan  5 02:50:43 2007
@@ -235,7 +235,7 @@
 %post
 # Perform database updates
 echo 'Performing Drupal database updates'
-%{_bindir}/php %{_appdir}/update.php Update
+cd %{_appdir} && %{_bindir}/php update.php Update
 echo 'Done'
 
 %post db-mysql
@@ -419,6 +419,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.72  2007/01/05 01:50:43  glen
+- update.php uses relative paths
+
 Revision 1.71  2007/01/05 01:48:35  glen
 - update to 4.6.11 (sa-2007-001)
 - perform database updates on update
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/drupal.spec?r1=1.71&r2=1.72&f=u



More information about the pld-cvs-commit mailing list