void-packages/common/travis/bootstrap.sh
2015-04-10 10:37:26 +02:00

12 lines
193 B
Bash
Executable file

#! /bin/sh
#
# bootstrap.sh
mkdir -p hostdir/repocache
if [ -d $HOME/repocache ]; then
ln $HOME/repocache/* hostdir/repocache;
else
mkdir -p $HOME/repocache
fi
./xbps-src binary-bootstrap