diff options
Diffstat (limited to 'recipes/obsolete/gpephone/cms92init-0.1/oe-install.patch')
-rw-r--r-- | recipes/obsolete/gpephone/cms92init-0.1/oe-install.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/obsolete/gpephone/cms92init-0.1/oe-install.patch b/recipes/obsolete/gpephone/cms92init-0.1/oe-install.patch new file mode 100644 index 0000000000..23e321c6bd --- /dev/null +++ b/recipes/obsolete/gpephone/cms92init-0.1/oe-install.patch @@ -0,0 +1,9 @@ +--- cms92init-simple/Makefile~ 2007-05-24 12:14:31.000000000 +0200 ++++ cms92init-simple/Makefile 2007-05-24 12:14:31.000000000 +0200 +@@ -12,5 +12,5 @@ + + install: + install -d $(DESTDIR)/$(PREFIX)/bin +- install -m755 cms92init $(DESTDIR)/$(PREFIX)/bin ++ install -m 755 cms92init $(DESTDIR)/$(PREFIX)/bin + |