2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-09-30 21:40:58 -06:00
repo/extra/xvidcore/build

10 lines
96 B
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