mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 16:43:50 +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
|