wok view nvclock/stuff/nvclock-0.8b4-install.patch @ rev 11460

orage: add popt to depends
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 17 11:42:21 2011 +0100 (2011-12-17)
parents
children
line source
1 diff -upNr nvclock-0.8b4/src/Makefile.in.orig nvclock-0.8b4/src/Makefile.in
2 --- nvclock-0.8b4/src/Makefile.in.orig Sat Jan 3 12:02:54 2009
3 +++ nvclock-0.8b4/src/Makefile.in Thu May 6 08:40:39 2010
4 @@ -50,8 +50,8 @@
5 install: install-recursive install-app
6 install-app:
7 mkdir -p $(bindir)
8 - $(INSTALL) -c nvclock $(DESTDIR)$(bindir)/nvclock
9 - $(INSTALL) -c smartdimmer $(DESTDIR)$(bindir)/smartdimmer
10 + $(INSTALL) -c nvclock $(bindir)/nvclock
11 + $(INSTALL) -c smartdimmer $(bindir)/smartdimmer
14 uninstall: uninstall-recursive uninstall-app