Update package version to 0.3.2

This commit is contained in:
2025-11-09 20:32:10 +02:00
parent b2da94edfa
commit 35813bc563
3 changed files with 16 additions and 2 deletions
+3
View File
@@ -14,6 +14,9 @@ package() {
make DESTDIR="$BPM_OUTPUT" PREFIX=/usr SYSCONFDIR=/etc LOCALSTATEDIR=/var install
make DESTDIR="$BPM_OUTPUT" PREFIX=/usr SYSCONFDIR=/etc LOCALSTATEDIR=/var install-services
# Install default enabled services file
install -Dm644 "$BPM_WORKDIR"/enabled_services "$BPM_OUTPUT"/etc/esvm/enabled_services
# Create shortcut scripts for ectl power commands
for cmd in shutdown poweroff halt reboot restart; do
install -Dm755 "$BPM_WORKDIR"/ectl-shortcut-template.sh "$BPM_OUTPUT"/usr/sbin/"$cmd"