Kiwi / clyde

Next-generation libalpm/makepkg wrapper.
https://kiwi.github.io/clyde
Other
63 stars 8 forks source link

Don't hardcode build directory #82

Closed Tenzer closed 13 years ago

Tenzer commented 13 years ago

Currently the directory where builds are made is hardcoded to /tmp/clyde-[username]/. It would be a nice thing to be able to change what directory should be used for that, since people may not have enough space in that location to ie. build the "kernel26-pae" AUR package, or people may have an SSD drive in the machine which is mounted elsewhere.

juster commented 13 years ago

The --builddir option and BuildDir configure file entry has been added. I hope this fixes your problem.

Tenzer commented 13 years ago

That's great, thanks!