Merge branch 'fix-bootstrap-arch' into 'master'
Fix: Add rsync to dependent package list (Arch) See merge request redox-os/redox!1441
This commit is contained in:
commit
27fffe98fc
|
@ -350,7 +350,8 @@ archLinux()
|
|||
doxygen \
|
||||
lua \
|
||||
ant \
|
||||
protobuf"
|
||||
protobuf \
|
||||
rsync"
|
||||
|
||||
if [ "$1" == "qemu" ]; then
|
||||
packages="$packages qemu"
|
||||
|
|
Loading…
Reference in a new issue