]> git.pld-linux.org Git - packages/LiVES.git/blob - LiVES-Makefile.in-path.patch
- make use of %%find_lang
[packages/LiVES.git] / LiVES-Makefile.in-path.patch
1 --- LiVES-0.9.1-pre6.org/Makefile.in    2004-11-25 17:07:36.418818264 +0100
2 +++ LiVES-0.9.1-pre6/Makefile.in        2004-11-25 17:13:52.379663528 +0100
3 @@ -377,9 +377,9 @@
4  
5  
6  install-exec-am:
7 -               cp -pf smogrify $(bindir)
8 -               cp -pf build-lives-rfx-plugin* $(bindir)
9 -               ln -fs $(bindir)/lives-exe $(bindir)/lives
10 +               cp -pf smogrify $(DESTDIR)/$(bindir)
11 +               cp -pf build-lives-rfx-plugin* $(DESTDIR)/$(bindir)
12 +               ln -fs $(bindir)/lives-exe $(DESTDIR)/$(bindir)/lives
13  
14  install-data-local:
15  
This page took 0.059168 seconds and 3 git commands to generate.