Package Details: fnf 0.4-2

Git Clone URL: https://aur.archlinux.org/fnf.git (read-only, click to copy)
Package Base: fnf
Description: A simple fuzzy finder for the terminal
Upstream URL: https://github.com/leo-arch/fnf
Keywords: fuzzy fzy
Licenses: MIT
Submitter: night0721
Maintainer: night0721
Last Packager: night0721
Votes: 3
Popularity: 0.81
First Submitted: 2024-03-10 12:12 (UTC)
Last Updated: 2025-08-18 21:13 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

night0721 commented on 2025-08-18 21:14 (UTC)

Modified, thanks!

Dominiquini commented on 2025-08-18 18:03 (UTC)

@night0721:

The correct is 'PREFIX="$pkgdir/usr"', and not 'PREFIX="/usr"'. The makepkg don't have access to the '/usr' dir because it can't run as root!

night0721 commented on 2025-08-18 11:25 (UTC)

Changed, please check

Dominiquini commented on 2025-08-18 02:00 (UTC) (edited on 2025-08-18 02:01 (UTC) by Dominiquini)

You should change the 'package' function to:

package() {
    cd "$srcdir/$pkgname-$pkgver"
    make PREFIX="$pkgdir/usr" install
}