kiss-mfavila-large/community-mod/stable/xdotool/build
2021-07-28 18:38:44 +00:00

10 lines
196 B
Bash
Executable File

#!/bin/sh -e
# Remove compiler debug stuff and post-install message.
sed -i Makefile \
-e '/CFLAGS.*-g/d' \
-e '/^install:/s/ post-install$//'
make
make DESTDIR="$1" PREFIX=/usr install