Probably not intended install location for AUR package
CosmosAtlas opened this issue ยท 3 comments
CosmosAtlas commented
In the PKGBUILD file on AUR
package() {
cd "$pkgname/"
make DEST="$pkgdir/" install
install -D -m644 LICENSE "$pkgdir/usr/share/licenses/fontpreview/LICENSE.md"
}
The executable will be located at root /
by default which is probably not intended.
sdushantha commented
@elsorino Could please take a look at this?
elsorino commented
I've fixed it now
sdushantha commented
@CosmosAtlas This has been fixed now please try installing it again.
I'm going to close this issue as it has been fixed now ๐