Only build/install xbps-uchroot(8) on linux.

This commit is contained in:
Juan RP
2014-08-23 09:06:46 +02:00
parent 1d2dabca09
commit 74b3cb0e64
3 changed files with 8 additions and 1 deletions

1
configure vendored
View File

@ -140,6 +140,7 @@ echo "Configuring xbps for ... $OS"
rm -f $CONFIG_MK
echo "# Common vars used by XBPS on $OS." >$CONFIG_MK
echo "XBPS_OS = $OS" >>$CONFIG_MK
echo "VERSION = $VERSION" >>$CONFIG_MK
echo "TOPDIR ?= $TOPDIR" >>$CONFIG_MK
echo "PREFIX ?= $PREFIX" >>$CONFIG_MK