[vlc-commits] contribs: libraw1394, why both --prefix and DESTDIR?
Dominique Martinet
git at videolan.org
Tue Apr 19 07:11:47 CEST 2011
vlc | branch: master | Dominique Martinet <asmadeus at codewreck.org> | Tue Apr 19 12:51:19 2011 +0900| [f520802bc2c17fdcaa342c93131b40dcf9cdfa7b] | committer: Jean-Baptiste Kempf
contribs: libraw1394, why both --prefix and DESTDIR?
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f520802bc2c17fdcaa342c93131b40dcf9cdfa7b
---
extras/contrib/src/contrib-src.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/contrib-src.mak b/extras/contrib/src/contrib-src.mak
index c1cbdc4..626dac7 100644
--- a/extras/contrib/src/contrib-src.mak
+++ b/extras/contrib/src/contrib-src.mak
@@ -1818,7 +1818,7 @@ libraw1394: libraw1394-$(LIBRAW1394_VERSION).tar.gz
$(EXTRACT_GZ)
.raw1394: libraw1394
- (cd $<; ./configure --prefix=$(PREFIX) && make && make DESTDIR=$(PREFIX) install)
+ (cd $<; ./configure --prefix=$(PREFIX) && make && make install)
# sed 's/^typedef u_int8_t byte_t;/\/* typedef u_int8_t byte_t;\*\//'
touch $@
More information about the vlc-commits
mailing list