wok-6.x view nvclock/stuff/nvclock-0.8b4-install.patch @ rev 20366

debugging with markers, I think the build server does NOT build the gpg... but here locally gpg binary is created and at the place it should be
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 20:40:08 2018 +0000 (2018-06-09)
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