packagekit: Updated for version 1.3.4

This commit is contained in:
2026-02-09 11:09:28 +01:00
parent 8a7a0836cd
commit 6461e71a60
2 changed files with 5 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
# Slackware build script for packagekit
#
# Copyright 2025 Eugene Wissner, Mannheim, Germany
# Copyright 2026 Eugene Wissner, Mannheim, Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -98,7 +98,7 @@ cd build
-Dsystemd=false \
-Doffline_update=false \
-Delogind=true \
-Dpackaging_backend=slack
-Dpackaging_backend=dummy
"${NINJA:=ninja}"
DESTDIR=$PKG $NINJA install
cd ..