d-/configure
2024-10-23 09:02:27 -05:00

9 lines
115 B
Bash
Executable File

#!/usr/bin/bash
case $1 in
--prefix)
sed '1i\'INSTALL_PREFIX="$2" < Makefile.in > Makefile
shift 2
;;
esac