]> git.pld-linux.org Git - packages/NuppelVideo.git/commitdiff
- make patch
authorpascalek <pascalek@pld-linux.org>
Thu, 30 Aug 2001 10:42:34 +0000 (10:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    NuppelVideo-make.patch -> 1.1

NuppelVideo-make.patch [new file with mode: 0644]

diff --git a/NuppelVideo-make.patch b/NuppelVideo-make.patch
new file mode 100644 (file)
index 0000000..86489d5
--- /dev/null
@@ -0,0 +1,13 @@
+diff -Nur NuppelVideo-0.52a.orig/Makefile NuppelVideo-0.52a/Makefile
+--- NuppelVideo-0.52a.orig/Makefile    Sat Jul  7 14:09:14 2001
++++ NuppelVideo-0.52a/Makefile Thu Aug 30 12:24:18 2001
+@@ -53,7 +53,8 @@
+ install: nuvrec nuvplay
+        strip nuvrec nuvplay
+-       install -m 755 nuvrec nuvplay nuvedit nuv2mpg nuv2vbr /usr/local/bin
++       install -d $(DESTDIR)/$(BINDIR)
++       install -m 755 nuvrec nuvplay nuvedit nuv2mpg nuv2vbr $(DESTDIR)/$(BINDIR)
+ clean:        
+       rm -f *.o nuvplay nuvrec 
This page took 0.037013 seconds and 4 git commands to generate.