diff options
author | Anthoine Bourgeois <anthoine.bourgeois@gmail.com> | 2012-02-07 21:30:09 +0100 |
---|---|---|
committer | Anthoine Bourgeois <anthoine.bourgeois@gmail.com> | 2012-02-07 21:30:09 +0100 |
commit | 0fd88494793c165dfb724224f071833f5ee1d2f0 (patch) | |
tree | 2467e214ae91620206038419d81b641f284e848f /app-misc/spacenavd/files/spacenavd-0.5-destdir.patch | |
parent | Move space nagivator ebuilds to main tree (diff) | |
download | aluco-0fd88494793c165dfb724224f071833f5ee1d2f0.tar.gz aluco-0fd88494793c165dfb724224f071833f5ee1d2f0.tar.bz2 aluco-0fd88494793c165dfb724224f071833f5ee1d2f0.zip |
+spacenavd-0.5-r2.ebuild
changes from 0.5-r1:
- The kernel config is change from HOTPLUG to INPUT_EVDEV.
Diffstat (limited to 'app-misc/spacenavd/files/spacenavd-0.5-destdir.patch')
-rw-r--r-- | app-misc/spacenavd/files/spacenavd-0.5-destdir.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-misc/spacenavd/files/spacenavd-0.5-destdir.patch b/app-misc/spacenavd/files/spacenavd-0.5-destdir.patch new file mode 100644 index 0000000..5b23722 --- /dev/null +++ b/app-misc/spacenavd/files/spacenavd-0.5-destdir.patch @@ -0,0 +1,16 @@ +diff -Npur spacenavd-0.5.orig/Makefile.in spacenavd-0.5/Makefile.in +--- spacenavd-0.5.orig/Makefile.in 2011-11-16 21:43:53.210859753 +0100 ++++ spacenavd-0.5/Makefile.in 2011-11-16 21:45:36.386857932 +0100 +@@ -24,9 +24,9 @@ clean: + + .PHONY: install + install: $(bin) +- $(INSTALL) -d $(PREFIX)/bin +- $(INSTALL) -m 755 $(bin) $(PREFIX)/bin/$(bin) +- $(INSTALL) -m 755 $(srcdir)/$(ctl) $(PREFIX)/bin/$(ctl) ++ $(INSTALL) -d $(DESTDIR)$(PREFIX)/bin ++ $(INSTALL) -m 755 $(bin) $(DESTDIR)$(PREFIX)/bin/$(bin) ++ $(INSTALL) -m 755 $(srcdir)/$(ctl) $(DESTDIR)$(PREFIX)/bin/$(ctl) + cd $(srcdir) && ./setup_init --no-install + + # [ -d /etc/hal/fdi/policy ] && \ |