kiss-mfavila-small/wip_ports/todo/unknown/glew/build
2022-12-01 20:40:24 -04: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