kiss-mfavila-small/wip_ports/todo/unknown/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