diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-12-02 01:45:38 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-12-02 01:45:38 +0100 |
commit | 6aea28e057ef0433df90586c20c12f36b6581e18 (patch) | |
tree | 18277a0dc4e9a24c5798fbe62d38a3d29de7d2ef /recipes/gpe-bootsplash/files/no-strip-on-install.patch | |
parent | eb99a8719f48afcf5dff5d8f853382b9c42b6d48 (diff) | |
parent | 88eaa75372c97aa6182ac24270b77734e2b22fe5 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gpe-bootsplash/files/no-strip-on-install.patch')
-rw-r--r-- | recipes/gpe-bootsplash/files/no-strip-on-install.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gpe-bootsplash/files/no-strip-on-install.patch b/recipes/gpe-bootsplash/files/no-strip-on-install.patch new file mode 100644 index 0000000000..8ad5c59555 --- /dev/null +++ b/recipes/gpe-bootsplash/files/no-strip-on-install.patch @@ -0,0 +1,11 @@ +--- gpe-bootsplash-1.15/Makefile.old 2005-11-04 23:46:57.000000000 +0100 ++++ gpe-bootsplash-1.15/Makefile 2009-12-01 23:39:18.000000000 +0100 +@@ -19,7 +19,7 @@ + mkdir -p $(DESTDIR)/etc/init.d + cp gpe-bootsplash.init $(DESTDIR)/etc/init.d/gpe-bootsplash + #install -m 644 $(SPLASH) $(DESTDIR)/usr/share/gpe/splash.png +- install -s gpe-bootsplash $(DESTDIR)/usr/bin/ ++ install gpe-bootsplash $(DESTDIR)/usr/bin/ + ln -sf ../init.d/gpe-bootsplash $(DESTDIR)/etc/rcS.d/S00bootsplash + + clean: |