mirror of
https://codeberg.org/kiss-community/kiss
synced 2025-01-22 02:14:39 -07:00
kiss-reset: drop pkgconf
This commit is contained in:
parent
0c7ec6b158
commit
215c14d462
@ -8,7 +8,7 @@ for pkg in "$KISS_ROOT/var/db/kiss/installed/"*; do
|
|||||||
|
|
||||||
case $pkg in
|
case $pkg in
|
||||||
baselayout|binutils|bison|busybox|bzip2|curl|flex|gcc|git|\
|
baselayout|binutils|bison|busybox|bzip2|curl|flex|gcc|git|\
|
||||||
gzip|kiss|libressl|linux-headers|m4|make|musl|pkgconf|xz|zlib) ;;
|
gzip|kiss|libressl|linux-headers|m4|make|musl|xz|zlib) ;;
|
||||||
|
|
||||||
*) set -- "$@" "$pkg" ;;
|
*) set -- "$@" "$pkg" ;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user