Im not sure if I am packging it wrong, however when installing using just rootdir=$pkgdir install it causes it to link to /usr/bin/cosmic-applet-audio -> /home/quack/.cache/paru/clone/repo/quackpkg/cosmic-epoch/cosmic-applets-git/pkg/cosmic-applets-git/usr/bin/cosmic-applets
I'm not sure if there is a different way I should be packaging it, or if this is a bug in the justfile
EDIT: changing cosmic-applets-bin := bindir / 'cosmic-applets' to cosmic-applets-bin := 'cosmic-applets' seems to work, but im not sure if that will break anything else, ideally I guess there would be something like below?
Im not sure if I am packging it wrong, however when installing using
just rootdir=$pkgdir install
it causes it to link to/usr/bin/cosmic-applet-audio -> /home/quack/.cache/paru/clone/repo/quackpkg/cosmic-epoch/cosmic-applets-git/pkg/cosmic-applets-git/usr/bin/cosmic-applets
I'm not sure if there is a different way I should be packaging it, or if this is a bug in the justfile
EDIT: changing
cosmic-applets-bin := bindir / 'cosmic-applets'
tocosmic-applets-bin := 'cosmic-applets'
seems to work, but im not sure if that will break anything else, ideally I guess there would be something like below?