nsbin/build-make+prefix.sh

14 lines
196 B
Bash
Raw Permalink Normal View History

2005-11-10 11:54:53 +00:00
#!/bin/sh
#
# Nico Schottelius <nico-linux@schottelius.org>
# Date: 17-Sep-2005
# Last Modified: -
#
[ $# -eq 1 ] || exit 23
PACKAGE=$1; shift
PREFIX=/usr/packages/$PACKAGE
make prefix=$PREFIX