mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 19:13:51 +02:00
7 lines
100 B
Bash
Executable file
7 lines
100 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# bootstrap.sh
|
|
|
|
[ "$XLINT" ] && exit 0
|
|
|
|
./xbps-src -H $HOME/hostdir binary-bootstrap $1
|