kiss-mfavila-large/community-mod/stable/jbig2dec/build

10 lines
94 B
Plaintext
Raw Normal View History

#!/bin/sh -e
autoreconf -fi
./configure \
--prefix=/usr
make
make DESTDIR="$1" install