Page 1 sur 1

[yay] Accès à makepkg.conf (Résolu)

Publié : lun. 29 avr. 2019, 12:25
par Fif91
Bonjour,
En utilisant yay, j'obtiens le message d'erreur :

Code : Tout sélectionner

==> ERREUR : /etc/makepkg.conf est introuvable.
Le fichier makepkg.conf est bien présent dans le système, mais uniquement accessible à root :

Code : Tout sélectionner

-rw------- 1 root root 5767 12 janv. 16:35 /etc/makepkg.conf
Je n'avais pas de souci auparavant.
Comment puis-je régler mon souci ?

Mon fichier de configuration yay

Code : Tout sélectionner

	"buildDir": "/tmp/yay-tmp-arphilippe",
	"editor": "",
	"editorflags": "",
	"makepkgbin": "makepkg",
	"pacmanbin": "pacman",
	"pacmanconf": "/etc/pacman.conf",
	"tarbin": "bsdtar",
	"redownload": "no",
	"rebuild": "no",
	"answerclean": "None",
	"answeredit": "NotInstalled",
	"answerupgrade": "None",
	"gitbin": "git",
	"gpgbin": "gpg",
	"gpgflags": "",
	"mflags": "",
	"sortby": "votes",
	"gitflags": "",
	"requestsplitn": 150,
	"sortmode": 0,
	"sudoloop": true,
	"timeupdate": false,
	"devel": false,
	"cleanAfter": true,
	"gitclone": true
J'utilise la version 9.0.1.
Merci d''avance.

Re: [yay] Accès à makepkg.conf

Publié : lun. 29 avr. 2019, 13:03
par benjarobin
Bonjour,
Tu as dû changer le mode du fichier involontairement en le modifiant, car les utilisateurs doivent pouvoir le lire...
Fait un chmod 644 dessus

Re: [yay] Accès à makepkg.conf

Publié : lun. 29 avr. 2019, 13:50
par Fif91
Super ! Merci Benjarobin