Skip to content
Snippets Groups Projects
Unverified Commit 4e3a7ad0 authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

systemd/systemd-services: fix install_if, try 2

Typo caused an invalid install_if to be generated, convincing apk to remove pkgs

Part-of: postmarketOS/pmaports!6351
[ci:skip-build]: already built successfully in CI
parent a0cc21b8
Branches
No related tags found
1 merge request!6351systemd/systemd-services: fix install_if, try 2
Pipeline #217730 passed
......@@ -8,7 +8,7 @@
pkgname=systemd-services
# 1. bump pkgver
pkgver=63
pkgrel=1
pkgrel=2
pkgdesc="Systemd service files"
url="https://postmarketos.org"
arch="noarch"
......@@ -277,7 +277,7 @@ source="$(flatpath \
_service() {
local name=$(echo ${subpkgname%%-systemd})
local n=$(echo ${subpkgname%-systemd} | sed s/-/_/g)
install_if="$pkname=$pkgver-r$pkgrel $name systemd"
install_if="$pkgname=$pkgver-r$pkgrel $name systemd"
for f in $(eval "echo \$_${n}_sources"); do
prefix="$subpkgdir"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment