10 lines
120 B
Plaintext
Raw Normal View History

2021-06-26 01:13:26 +00:00
#!/bin/sh -e
./configure \
--disable-nls \
--enable-animation \
--prefix=/usr
make
make DESTDIR="$1" install