Commit f520802b authored by Dominique Martinet's avatar Dominique Martinet Committed by Jean-Baptiste Kempf

contribs: libraw1394, why both --prefix and DESTDIR?

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 9ce03119
......@@ -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 $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment