]> git.pld-linux.org Git - packages/NuppelVideo.git/blame - NuppelVideo-make.patch
- make patch
[packages/NuppelVideo.git] / NuppelVideo-make.patch
CommitLineData
b5a96bc1 1diff -Nur NuppelVideo-0.52a.orig/Makefile NuppelVideo-0.52a/Makefile
2--- NuppelVideo-0.52a.orig/Makefile Sat Jul 7 14:09:14 2001
3+++ NuppelVideo-0.52a/Makefile Thu Aug 30 12:24:18 2001
4@@ -53,7 +53,8 @@
5
6 install: nuvrec nuvplay
7 strip nuvrec nuvplay
8- install -m 755 nuvrec nuvplay nuvedit nuv2mpg nuv2vbr /usr/local/bin
9+ install -d $(DESTDIR)/$(BINDIR)
10+ install -m 755 nuvrec nuvplay nuvedit nuv2mpg nuv2vbr $(DESTDIR)/$(BINDIR)
11
12 clean:
13 rm -f *.o nuvplay nuvrec
This page took 0.02805 seconds and 4 git commands to generate.