repo/extra/xvidcore/build

10 lines
Plaintext
Raw Normal View History

2019-07-27 00:54:01 -06:00
#!/bin/sh -e
cd build/generic
./configure \
--prefix=/usr
make
make DESTDIR="$1" install