diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-07-24 18:49:32 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-07-24 18:49:32 +0000 |
commit | 9b3ae25558fd1a9cc6abbf5580f99fdb64537c4c (patch) | |
tree | 5ca81ab90523985db44d3ce26bc91047ca0f400e /packages/gpephone/cms92init-0.1/oe-install.patch | |
parent | 10f9c4bee78b3afa5cc44b62e9cd61289940dade (diff) |
cms92init: Add patch to work around broken install tools.
Diffstat (limited to 'packages/gpephone/cms92init-0.1/oe-install.patch')
-rw-r--r-- | packages/gpephone/cms92init-0.1/oe-install.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/gpephone/cms92init-0.1/oe-install.patch b/packages/gpephone/cms92init-0.1/oe-install.patch new file mode 100644 index 0000000000..23e321c6bd --- /dev/null +++ b/packages/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 + |