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

8 lines
142 B
Bash
Executable File

#!/bin/sh -e
# We have to edit make files to change install dir
sed -i "s/lib64/lib/g" config/Makefile.linux
make
make DESTDIR="$1" install