22 lines
1.1 KiB
Diff
22 lines
1.1 KiB
Diff
|
diff -Nru ming-0.4.2.orig/php_ext/Makefile.am ming-0.4.2/php_ext/Makefile.am
|
||
|
--- ming-0.4.2.orig/php_ext/Makefile.am 2008-09-12 15:05:42.000000000 +0200
|
||
|
+++ ming-0.4.2/php_ext/Makefile.am 2008-11-13 13:03:36.000000000 +0100
|
||
|
@@ -9,4 +9,4 @@
|
||
|
|
||
|
install: all
|
||
|
$(INSTALL) -d "$(DESTDIR)"/`php-config --extension-dir`
|
||
|
- $(INSTALL) -m 755 tmp/modules/ming.so" "$(DESTDIR)"/`php-config --extension-dir`
|
||
|
+ $(INSTALL) -m 755 tmp/modules/ming.so "$(DESTDIR)"/`php-config --extension-dir`
|
||
|
diff -Nru ming-0.4.2.orig/php_ext/Makefile.in ming-0.4.2/php_ext/Makefile.in
|
||
|
--- ming-0.4.2.orig/php_ext/Makefile.in 2008-09-18 02:59:59.000000000 +0200
|
||
|
+++ ming-0.4.2/php_ext/Makefile.in 2008-11-13 13:03:42.000000000 +0100
|
||
|
@@ -359,7 +359,7 @@
|
||
|
|
||
|
install: all
|
||
|
$(INSTALL) -d "$(DESTDIR)"/`php-config --extension-dir`
|
||
|
- $(INSTALL) -m 755 tmp/modules/ming.so" "$(DESTDIR)"/`php-config --extension-dir`
|
||
|
+ $(INSTALL) -m 755 tmp/modules/ming.so "$(DESTDIR)"/`php-config --extension-dir`
|
||
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||
|
.NOEXPORT:
|