Installing on gentoo
Closed this issue · 1 comments
chinh4thepro commented
When trying to install brightnessctl on gentoo I get:
`chinh4thepro@pog ~/Downloads/brightnessctl-master $ sudo ./configure && make install
Build configuration:
PREFIX: /usr/local
MODE: 0755
UDEV_DIR: /lib/udev/rules.d
udev: enabled
logind: disabled [auto]
install -d /lib/udev/rules.d
install -m 0644 90-brightnessctl.rules /lib/udev/rules.d
install: cannot create regular file '/lib/udev/rules.d/90-brightnessctl.rules': Permission denied
make: *** [Makefile:25: install_udev_rules] Error 1`
How could I fix this?
chinh4thepro commented
whoops forgot to add sudo before of make install...