aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ipaq-sleep
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-05-12 23:38:40 +0000
committerKoen Kooi <koen@openembedded.org>2009-05-13 16:27:36 +0200
commit5fb7102b11d9cb3dd03c5ce9f81368b572fa88b3 (patch)
tree0261eed2695d7bfadfcae861e8a9613b2f4bb516 /recipes/ipaq-sleep
parent6ecb6e3f1551deade11020abdf404d4dc6893495 (diff)
downloadopenembedded-5fb7102b11d9cb3dd03c5ce9f81368b572fa88b3.tar.gz
ipaq-sleep: don't strip during install - using coreutils this now breaks (strip: unable to recognise the format of the input file)
Signed-off-by: Koen Kooi <koen@openembedded.org> Acked-by: Philip Balister <philip@balister.org>
Diffstat (limited to 'recipes/ipaq-sleep')
-rw-r--r--recipes/ipaq-sleep/files/install-fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ipaq-sleep/files/install-fix.patch b/recipes/ipaq-sleep/files/install-fix.patch
index 59eb17b071..68e57af886 100644
--- a/recipes/ipaq-sleep/files/install-fix.patch
+++ b/recipes/ipaq-sleep/files/install-fix.patch
@@ -5,7 +5,7 @@
install-program: all
- install -Ds $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
-+ install -D -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
++ install -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
mkdir -p $(DESTDIR)/etc/init.d
install $(PACKAGE).init $(DESTDIR)/etc/init.d/$(PACKAGE)
install $(PACKAGE).conf $(DESTDIR)/etc/$(PACKAGE).conf