wok diff nvclock/stuff/nvclock-0.8b4-install.patch @ rev 14463

Up: ndoutils (1.5.2)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Apr 27 03:10:35 2013 +0200 (2013-04-27)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/nvclock/stuff/nvclock-0.8b4-install.patch	Sat Apr 27 03:10:35 2013 +0200
     1.3 @@ -0,0 +1,14 @@
     1.4 +diff -upNr nvclock-0.8b4/src/Makefile.in.orig nvclock-0.8b4/src/Makefile.in
     1.5 +--- nvclock-0.8b4/src/Makefile.in.orig	Sat Jan  3 12:02:54 2009
     1.6 ++++ nvclock-0.8b4/src/Makefile.in	Thu May  6 08:40:39 2010
     1.7 +@@ -50,8 +50,8 @@
     1.8 + install: install-recursive install-app
     1.9 + install-app:
    1.10 + 	mkdir -p $(bindir)
    1.11 +-	$(INSTALL) -c nvclock $(DESTDIR)$(bindir)/nvclock
    1.12 +-	$(INSTALL) -c smartdimmer $(DESTDIR)$(bindir)/smartdimmer
    1.13 ++	$(INSTALL) -c nvclock $(bindir)/nvclock
    1.14 ++	$(INSTALL) -c smartdimmer $(bindir)/smartdimmer
    1.15 + 
    1.16 + 
    1.17 + uninstall: uninstall-recursive uninstall-app