mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 09:26:58 +02:00
Merge pull request #1659 from flatcar-linux/tormath1/sqlite
dev-db/sqlite: skip `sqlite3` installation
This commit is contained in:
commit
e7923114db
@ -12,6 +12,7 @@ FEATURES="nodoc noinfo noman"
|
||||
# Exclude even more documentation
|
||||
# Remove bash-completion files as we don't install bash-completion.
|
||||
# Remove locale LC_MESSAGES files.
|
||||
# Remove sqlite3 binary installation provided by dev-db/sqlite as we only need the libs.
|
||||
INSTALL_MASK="${INSTALL_MASK}
|
||||
/usr/sbin/locale-gen
|
||||
/usr/share/bash-completion
|
||||
@ -19,6 +20,7 @@ INSTALL_MASK="${INSTALL_MASK}
|
||||
/usr/share/locale
|
||||
/usr/share/zsh
|
||||
/var/db/Makefile
|
||||
/usr/bin/sqlite3
|
||||
"
|
||||
|
||||
# Exclude assorted config files that we can do without
|
||||
|
Loading…
Reference in New Issue
Block a user