summaryrefslogtreecommitdiffstats
path: root/Autoload-rpm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Autoload-rpm.patch')
-rw-r--r--Autoload-rpm.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/Autoload-rpm.patch b/Autoload-rpm.patch
new file mode 100644
index 0000000..bd699c1
--- /dev/null
+++ b/Autoload-rpm.patch
@@ -0,0 +1,17 @@
+--- phpab.php.rpm 2015-06-30 22:02:53.000000000 +0200
++++ phpab.php 2015-07-01 10:13:32.443481551 +0200
+@@ -43,12 +43,12 @@
+ * 5 - Duplicates found Error
+ */
+
+-define('PHPAB_VERSION', '%development%');
++define('PHPAB_VERSION', '@VERSION@');
+
+ if (!ini_get('date.timezone')) {
+ ini_set('date.timezone', 'UTC');
+ }
+-require __DIR__ . '/src/autoload.php';
++require '/usr/share/php/TheSeer/Autoload/autoload.php';
+
+ $factory = new \TheSeer\Autoload\Factory();
+ $factory->getCLI()->run();