Skip to content
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

Wrong filename in package() #10

Open
kappilini opened this issue Aug 4, 2024 · 1 comment · Fixed by CompileMyLife/macfand#1
Open

Wrong filename in package() #10

kappilini opened this issue Aug 4, 2024 · 1 comment · Fixed by CompileMyLife/macfand#1

Comments

@kappilini
Copy link

In PKGBUILD in package() the source file name for the installation of macfand.service is wrong.
package() {... install -Dm644 macfand.service "${pkgdir}/usr/lib/systemd/system/macfand.service" ... }
It must be called
package() { ... install -Dm644 macfand.service.gen "${pkgdir}/usr/lib/systemd/system/macfand.service" ... }

Otherwise package() fails with exit code 4

@CompileMyLife
Copy link

Hello @kappilini ,

I have done the following changes you mentioned and hopefully @ablakely or @b- can accept my PR for the fix.

b- added a commit to b-/macfand that referenced this issue Sep 1, 2024
This _should_ fix ablakely#10 , but I did not test it!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants