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

10 lines
122 B
Plaintext
Raw Normal View History

#!/bin/sh -e
./configure \
--prefix=/usr \
--without-seccomp \
--without-xpm
make
make DESTDIR="$1" install