Update package version to 4.2.1

This commit is contained in:
2026-09-04 15:56:34 +03:00
parent dc84382d4b
commit c5c2f5f29e
2 changed files with 3 additions and 7 deletions
-4
View File
@@ -41,10 +41,6 @@ check() {
package() {
make DESTDIR="$BPM_OUTPUT" install
# Move bash-completion to the correct location
install -d "$BPM_OUTPUT"/usr/share/bash-completion/completions
mv "$BPM_OUTPUT"/etc/bash_completion.d/audit.bash_completion "$BPM_OUTPUT"/usr/share/bash-completion/completions/audit
# Add factory files
install -d "$BPM_OUTPUT"/usr/share/factory
cp -a "$BPM_OUTPUT"/etc -t "$BPM_OUTPUT"/usr/share/factory