Package Details: rz608-fix-git 22.11.r3.0a9df20-1

Git Clone URL: https://aur.archlinux.org/rz608-fix-git.git (read-only, click to copy)
Package Base: rz608-fix-git
Description: Allows use of the RZ608/MT7921K WiFi module.
Upstream URL: https://github.com/ShadowBlip/rz608-fix
Licenses: GPL
Submitter: pastaq
Maintainer: pastaq (Samsagax)
Last Packager: pastaq
Votes: 1
Popularity: 0.027231
First Submitted: 2022-06-01 03:20 (UTC)
Last Updated: 2022-11-30 23:28 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

Duologic commented on 2024-11-05 08:06 (UTC) (edited on 2024-11-05 08:06 (UTC) by Duologic)

Thanks for this package, it's been useful.

I've extended this a bit to also install the script for hibernation, perhaps you could add that too?

@@ -22,6 +22,8 @@ package() {
        cd "$srcdir/${_gitdir}"
        mkdir -p ${pkgdir}/etc
        mkdir -p ${pkgdir}/usr/lib/systemd/system-sleep
+       mkdir -p ${pkgdir}/usr/lib/systemd/systemd-hibernate-resume
        install -m644 systemd-suspend-mods.conf ${pkgdir}/etc/systemd-suspend-mods.conf
        install -m744 systemd-suspend-mods.sh ${pkgdir}/usr/lib/systemd/system-sleep/systemd-suspend-mods.sh
+       install -m744 systemd-suspend-mods.sh ${pkgdir}/usr/lib/systemd/systemd-hibernate-resume/systemd-suspend-mods.sh
 }