You are not logged in.
Pages: 1
I want to install a few things from the AUR and I wanted to use /var/abs/local as the build directory. How can I change the permissions on that directory so that I can build there without using root?
Do most people use /var/abs/local as a build directory for AUR? I only want to because /var is a reiserfs partition.
Offline
i would recommend that you instead as root create a folder in /var/abs/local/ named builds or something and then use chown on it so:
su root
cd /var/abs/local
mkdir builds
chown username:usergroup builds
exit
of course as i said you dont have to name it builds thats just a example
dovie andi se tovya sagain
Offline
Okay, thank you.
One more silly question.
I've already built and installed things from /var/abs/local. If I move all the junk I have in there to /var/abs/local/builds, it wont hurt anything that's already installed right? It's just some tarballs and source directories, so I don't think it matters...
Offline
Pages: 1