yanhan / powaur

An AUR helper with a pacman-like interface
GNU General Public License v2.0
8 stars 3 forks source link

Powaur keeps mess in /tmp #6

Open tadzik opened 13 years ago

tadzik commented 13 years ago

Powaur doesn't remove /tmp/powaur-$USER after getting job done, which leads to errors. While updating chromium-stable-libpdf:

==> Starting build()...
x - debian-binary
x - control.tar.gz
x - data.tar.lzma
lzma: data.tar: File exists
==> ERROR: A failure occurred in build().

Also, I don't have an example in handy, it fails with checksum mismatches for this package sometimes (the file name is google-chrome-stable_current_amd64.deb, so it's constant between version upgrades). Less than awesome, please make powaur cleanup after itself.

yanhan commented 13 years ago

Hi tadzik,

See my devel branch's topmost commit. It should cleanup the powaur dir.

Sorry about being so late. Schoolwork has been taking up a lot of time lately.