repo/extra/xvidcore/build

10 lines
96 B
Plaintext
Raw Permalink Normal View History

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