kiss-mfavila-large/ports/wmctrl-git/build

10 lines
206 B
Plaintext
Raw Normal View History

2021-06-26 01:26:32 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install
printf "\n\nRemember that if you want to use hex instead of strings with wmctrl, the first flag ABSOLUTELY HAS TO BE -i!!!\n\n"