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

get-LibreOffice: busybox does not support ? wildcard anymore. bug?
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 08 10:29:56 2013 +0100 (2013-01-08)
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	Tue Jan 08 10:29:56 2013 +0100
     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