Skip to content

Commit

Permalink
gpe-bootsplash: Don't install -s.
Browse files Browse the repository at this point in the history
  • Loading branch information
amatus committed Sep 1, 2012
1 parent bdbe310 commit fe4422e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
@@ -0,0 +1,13 @@
Index: gpe-bootsplash-1.15/Makefile
===================================================================
--- gpe-bootsplash-1.15.orig/Makefile 2012-09-01 14:31:12.947335819 -0500
+++ gpe-bootsplash-1.15/Makefile 2012-09-01 14:31:20.655301843 -0500
@@ -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:
Expand Up @@ -5,9 +5,10 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
SECTION = "gpe" SECTION = "gpe"
PRIORITY = "optional" PRIORITY = "optional"
LICENSE = "GPL" LICENSE = "GPL"
PR = "r3" PR = "r4"


SRC_URI += "file://svg-cairo-only.patch;patch=1 \ SRC_URI += "file://svg-cairo-only.patch;patch=1 \
file://no-install-strip.patch;patch=1 \
file://splash-p.svg \ file://splash-p.svg \
file://splash-l.svg" file://splash-l.svg"


Expand Down

0 comments on commit fe4422e

Please sign in to comment.