Search Criteria
Package Details: fnfx 0.3-5
Git Clone URL: | https://aur.archlinux.org/fnfx.git (read-only, click to copy) |
---|---|
Package Base: | fnfx |
Description: | Enables owners of Toshiba laptops to change the LCD brightness, control the internal fan and use the special keys on their keyboard (Fn-x combinations, hotkeys). |
Upstream URL: | http://fnfx.sourceforge.net/ |
Licenses: | |
Submitter: | Skatox |
Maintainer: | Skatox |
Last Packager: | Skatox |
Votes: | 15 |
Popularity: | 0.000000 |
First Submitted: | 2008-12-28 14:34 |
Last Updated: | 2016-03-22 13:08 |
Latest Comments
Skatox commented on 2016-03-22 13:09
@Jristz thanks, fixed. I've added the parameters and it worked.
Anonymous comment on 2016-03-21 22:53
the package not install because it contain the /usr/bin, delete it in the install process too.
also remove the «|| return 1» cause aren't need anymore and append the --sbindir=/usr/bin --bindir=/usr/bin --libdir=/usr/lib and --libexecdir=/usr/lib to the make for compatibility, maybe with that you can properly fix the sbin thing.
Skatox commented on 2015-02-05 16:10
@chris_l Fixed, the correct command is mv, not mk. Thanks for the info.
chris_l commented on 2015-02-04 19:32
I got an error about that /usr/sbin already exist. I guess is related with /usr/sbin is now a symlink to /usr/bin.
To fix it, I added the following lines, after the line one with "make DESTDIR":
mk $pkgdir/usr/sbin/fnfxd $pkgdir/usr/bin
rmdir $pkgdir/usr/sbin
Since /usr/sbin is a symlink to /usr/bin, fnfxd will end in that directory anyway.
Skatox commented on 2010-08-27 01:31
Fixed
funkmuscle commented on 2010-08-26 22:47
hey, I get this error
bin/sh ../mkinstalldirs /usr/bin
/bin/install -c fnfx /usr/bin/fnfx
/bin/install: cannot create regular file `/usr/bin/fnfx': Permission denied
make[2]: *** [install-binPROGRAMS] Error 1