Active
Project:
Patch manager
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2016 at 13:33 UTC
Updated:
7 Jun 2016 at 13:33 UTC
Jump to comment: Most recent
i was trying to apply this patch:
https://www.drupal.org/files/issues/717874-104.mollom.exportables-7.x-2.14.patch
with this header:
diff --git a/mollom.admin.inc b/mollom.admin.inc
index 29b72f8..e590628 100644
--- a/mollom.admin.inc
+++ b/mollom.admin.incand pathc_manager issued this command:
patch -p0 --verbose -d '/var/www/drupal/openatrium-7.x-2.63/sites/all/modules/mollom/' -i '/var/www/drupal/openatrium-7.x-2.63/sites/default/files/patches/717874-104.mollom.exportables-7.x-2.14.patch'
i manually changed the directory strip to -p1 to fix this:
patch <strong>-p1</strong> --verbose -d '/var/www/drupal/openatrium-7.x-2.63/sites/all/modules/mollom/' -i '/var/www/drupal/openatrium-7.x-2.63/sites/default/files/patches/717874-104.mollom.exportables-7.x-2.14.patch'
Comments