Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / tuned
Commits: 779fdc29 by Manuel at 2024-11-28T00:06:11+01:00 Remove sed instruction and options variable due to upstream changes See https://github.com/redhat-performance/tuned/commit/7a419499b146495da2e6bc2c340c75771e23cf23 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -41,5 +41,4 @@ pkgname = tuned-ppd depends = tuned provides = power-profiles-daemon conflicts = power-profiles-daemon - options = !emptydirs backup = etc/tuned/ppd.conf ===================================== PKGBUILD ===================================== @@ -24,7 +24,6 @@ prepare() { sed -i 's|/libexec/|/lib/|g' Makefile sed -i 's|/sbin/|/bin/|g' Makefile tuned.service tuned-gui.py tuned-gui.desktop tuned/ppd/tuned-ppd.service - sed -i 's|install-ppd: install$|install-ppd: install-dirs|' Makefile } package_tuned() { @@ -61,7 +60,6 @@ package_tuned-ppd() { provides=('power-profiles-daemon') conflicts=('power-profiles-daemon') backup=('etc/tuned/ppd.conf') - options=('!emptydirs') cd "${pkgbase}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tuned/-/commit/779fdc29195c7e7b04b50015dbf370022015918e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tuned/-/commit/779fdc29195c7e7b04b50015dbf370022015918e You're receiving this email because of your account on gitlab.archlinux.org.
