Commit 2db2a2a9 authored by Rafaël Carré's avatar Rafaël Carré

contrib: vpx: don't use GNU install

parent f6982935
......@@ -85,5 +85,6 @@ endif
rm -f -- "$(PREFIX)/include/vpx/config.h"
$(RANLIB) $</libvpx.a
# Of course! Why the hell would it be listed or in make install?
install -D -- $</libvpx.a "$(PREFIX)/lib/libvpx.a"
mkdir -p -- "$(PREFIX)/lib"
install -- $</libvpx.a "$(PREFIX)/lib/libvpx.a"
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