diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-05-01 10:35:45 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-05-01 10:40:14 +0200 |
commit | ddc9b82bb2b785a9ff04cbd28735fea99f14ac82 (patch) | |
tree | 8802561701656860efaf5afa94225f9f669f8851 /recipes/ipaq-sleep | |
parent | c82032fe18da6e5d6b5e4ec6b6bb1083112a6793 (diff) |
ipaq-sleep: don't strip during install
- using coreutils this now breaks (strip: unable to recognise the
format of the input file)
Diffstat (limited to 'recipes/ipaq-sleep')
-rw-r--r-- | recipes/ipaq-sleep/files/install-fix.patch | 2 |
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 |