Files
pkgsrc-ng/minix/minibootstrap.sh
Lionel Sambuc 632da51b7a Step 0: minix category
This contains MINIX specific packages, configuration and (PKGSRC) build
scripts.
2016-01-21 23:59:36 +01:00

15 lines
291 B
Bash

#!/bin/sh
# This .sh script can be executed by the base system to let
# the pkgsrc system put things right. Currently only needed
# for mk.conf.
MKCONF=mk.conf.minix
if [ ! -f $MKCONF ]
then echo "No $MKCONF. Please run me from pkgsrc/minix/."
exit 1
fi
cp $MKCONF /usr/pkg/etc/mk.conf