On Tue, 2010-08-24 at 01:18 -0500, Nathan O wrote: > Is there a way to make 'makechrootpkg' use clyde so it will install missing > dependencies from AUR? I looked at /etc/makepkg.conf /etc/pacman.conf and > couldn't find an option. I also looked at the source for makechrootpkg and > didn't see anything I could change to make it use clyde instead of pacman. > > Thanks
Maybe try exporting PACMAN? For example: export PACMAN=clyde makechrootpkg ... It won't work if clyde's argument syntax is different to pacman's. Jonathan
