Hummer12007 / brightnessctl

A program to read and control device brightness
Other
900 stars 48 forks source link

Installing on gentoo #81

Closed chinh4thepro closed 2 years ago

chinh4thepro commented 2 years ago

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

whoops forgot to add sudo before of make install...