-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yay/ARU Install error: install command is not scriptable #220
Comments
likely a problem with the package. Builds just fine manually for me. |
The release version of v0.3.0 is broken the same way. I see the VCS package in the AUR is applying a patch labeled for Nix that probably relates to this, but that is a bit ridiculous. The CMakeLists.txt file should just be fixed. |
the CMakeLists is not broken, though. It works on my end. The reason it's there is to not overwrite the pam entry with the default if it already exists. See #209 If you have a different way of achieving the same, that is more compatible, be my guest. |
"Works for me" does not make it correct. I suspect the issue is you are inadvertently testing the host system root instead of (in the case of nearly every distro packaging system out there) the DEST directory where files to be packaged are collected. I don't know my way around CMake, but surely it has a variant of an |
I think not throwing this into a script should work too... but that's a method I found on the cmake mailing list. Gimme sec. |
yeaaah that doesn't work. I think this could be better addressed when #205 lands, as we can overwrite the hyprlock pam file and just ask people to make a custom file they can set in the config. I'll reopen this |
should be done with d9a6229 |
Okay thanks. I've backported that patch and applied to v0.3.0, and also marked |
thanks for the maintenance work :) |
When attempting to install hyprlock-git package from the ARU with yay I get the following error:
I saw that there was a similar error with Nix fixed here, f237dea
The text was updated successfully, but these errors were encountered: