From ddc9b82bb2b785a9ff04cbd28735fea99f14ac82 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Fri, 1 May 2009 10:35:45 +0200 Subject: ipaq-sleep: don't strip during install - using coreutils this now breaks (strip: unable to recognise the format of the input file) --- recipes/ipaq-sleep/files/install-fix.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/ipaq-sleep') 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 -- cgit 1.2.3-korg