Skip to content

Wrong filename in package() #10

@kappilini

Description

@kappilini

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions