updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / toshset / fix-makefile.patch
blob6d574028aefd75830c5aa793a723019b364a5e32
1 --- toshset-1.76/Makefile.in~ 2010-10-29 11:31:34.743334921 +0200
2 +++ toshset-1.76/Makefile.in 2010-10-29 11:33:09.416668169 +0200
3 @@ -304,11 +304,9 @@
4 install: all
5 @mkdir -p $(DESTDIR)$(BINDESTDIR)
6 @mkdir -p $(DESTDIR)$(MANDESTDIR)
7 - $(DESTDIR)/pm/sleep.d/
8 for program in $(PROGRAMS); do \
9 $(BININSTALL) $$program $(DESTDIR)/$(BINDESTDIR)/$$program;\
10 done
11 - $(BININSTALL) novatel_3g_suspend $(DESTDIR)/pm/sleep.d/
12 (cd ..;\
13 for manpage in $(MANPAGES); do \
14 $(MANINSTALL) $$manpage $(DESTDIR)/$(MANDESTDIR)/$$manpage;\