]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- update.php uses relative paths auto/ac/drupal-4_6_11-1
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 5 Jan 2007 01:50:43 +0000 (01:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal.spec -> 1.72

drupal.spec

index e1f2566fb906d7abf22848ebb71c64446cf47dc6..c1380b1c9603d257f3083f2ff29184acb34f405d 100644 (file)
@@ -234,7 +234,7 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.092015 seconds and 4 git commands to generate.