kiss: Remove mention of rsync

This commit is contained in:
Dylan Araps 2020-04-25 09:02:24 +03:00
parent 56a63c4742
commit 72fc1ae0fa
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,7 @@ cd "$KISS_ROOT/var/db/kiss/installed/"
for pkg in *; do
case $pkg in
baseinit|baselayout|gcc|pkgconf|e2fsprogs|musl|\
make|busybox|bzip2|grub|kiss|rsync|git|linux-headers)
make|busybox|bzip2|grub|kiss|git|linux-headers)
continue
esac

View File

@ -8,8 +8,7 @@ for pkg in "$KISS_ROOT/var/db/kiss/installed/"*; do
case $pkg in
baselayout|binutils|bison|busybox|bzip2|curl|flex|gcc|git|\
gzip|kiss|libressl|linux-headers|m4|make|musl|pkgconf|rsync|\
xz|zlib) ;;
gzip|kiss|libressl|linux-headers|m4|make|musl|pkgconf|xz|zlib) ;;
*) set -- "$@" "$pkg" ;;
esac