From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/fush/files/install.patch | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 recipes/fush/files/install.patch (limited to 'recipes/fush/files/install.patch') diff --git a/recipes/fush/files/install.patch b/recipes/fush/files/install.patch new file mode 100644 index 0000000000..0b054c2ec9 --- /dev/null +++ b/recipes/fush/files/install.patch @@ -0,0 +1,31 @@ +Index: fush-0-9-0/Makefile.in +=================================================================== +--- fush-0-9-0.orig/Makefile.in 2004-01-25 18:52:01.000000000 -0600 ++++ fush-0-9-0/Makefile.in 2005-01-18 15:39:24.000000000 -0600 +@@ -1,6 +1,7 @@ + CC = @CC@ + CFLAGS = -Wall @CFLAGS@ @CPPFLAGS@ @DEFS@ + LDFLAGS = @LDFLAGS@ @LIBS@ ++DESTDIR= + prefix=@prefix@ + exec_prefix=@exec_prefix@ + bindir=@bindir@ +@@ -31,12 +32,12 @@ + cd src && $(MAKE) fuadmin + + install : fush fuadmin +- $(INSTALL) -c -m 0755 src/fush $(bindir)/fush +- $(INSTALL) -c -m 0755 src/fuadmin $(sbindir)/fuadmin +- chown $(user) $(bindir)/fush +- chmod 4755 $(bindir)/fush +- $(INSTALL) -c -m 0755 man/fush.1.gz $(mandir)/man1/fush.1.gz +- $(INSTALL) -c -m 0755 man/fuadmin.1.gz $(mandir)/man1/fuadmin.1.gz ++ $(INSTALL) -c -m 0755 src/fush $(DESTDIR)$(bindir)/fush ++ $(INSTALL) -c -m 0755 src/fuadmin $(DESTDIR)$(sbindir)/fuadmin ++ -chown $(user) $(DESTDIR)$(bindir)/fush ++ -chmod 4755 $(DESTDIR)$(bindir)/fush ++ $(INSTALL) -c -m 0755 man/fush.1.gz $(DESTDIR)$(mandir)/man1/fush.1.gz ++ $(INSTALL) -c -m 0755 man/fuadmin.1.gz $(DESTDIR)$(mandir)/man1/fuadmin.1.gz + + config : + src/fuadmin -c -- cgit 1.2.3-korg