]> git.pld-linux.org Git - packages/nvclock.git/blob - nvclock-DESTDIR.patch
- up to 0.8b4
[packages/nvclock.git] / nvclock-DESTDIR.patch
1 --- nvclock0.8b4/Makefile.in    2005-05-29 22:49:28.000000000 +0000
2 +++ nvclock0.8b4/Makefile.in    2006-01-29 22:51:06.000000000 +0000
3 @@ -2,7 +2,7 @@
4  
5  prefix=@prefix@
6  docdir=${prefix}/share/doc/nvclock
7 -mandir=${prefix}/man
8 +mandir=${prefix}/share/man
9  DOCS= ABOUT AUTHORS ChangeLog FAQ README
10  
11  all:
12 @@ -15,7 +15,7 @@
13         $(MAKE) -C src distclean
14         rm -f *.h config.log config.cache config.status Makefile stamp-h
15  
16 -install: install-docs install-man install-desktop-shortcut
17 +install: install-man install-desktop-shortcut
18         $(MAKE) -C src install
19  
20  install-docs:
21 --- nvclock0.8b4/src/Makefile.in        2010-05-29 22:49:28.000000000 +0000
22 +++ nvclock0.8b4/src/Makefile.in        2010-05-29 22:51:06.000000000 +0000
23 @@ -50,8 +50,8 @@
24  install: install-recursive install-app
25  install-app:
26         mkdir -p $(bindir)
27 -       $(INSTALL) -c nvclock $(DESTDIR)$(bindir)/nvclock
28 -       $(INSTALL) -c smartdimmer $(DESTDIR)$(bindir)/smartdimmer
29 +       $(INSTALL) -c nvclock $(bindir)/nvclock
30 +       $(INSTALL) -c smartdimmer $(bindir)/smartdimmer
31  
32  
33  uninstall: uninstall-recursive uninstall-app
This page took 0.028442 seconds and 3 git commands to generate.