sdushantha / fontpreview

Highly customizable and minimal font previewer written in bash
MIT License
909 stars 39 forks source link

Probably not intended install location for AUR package #8

Closed CosmosAtlas closed 4 years ago

CosmosAtlas commented 4 years ago

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 4 years ago

@elsorino Could please take a look at this?

elsorino commented 4 years ago

I've fixed it now

sdushantha commented 4 years ago

@CosmosAtlas This has been fixed now please try installing it again.

I'm going to close this issue as it has been fixed now 👍