e36freak / meat

30 stars 7 forks source link

Fails when PKGBASE != PKGNAME #24

Open saladpanda opened 10 years ago

saladpanda commented 10 years ago

meat does not seem to take "pkgbase" from PKGBUILD into account. An example package is chromium-pepper-flash. Its PKGBUILD reads:

pkgbase=chromium-plugins
pkgname=(chromium-pepper-flash)

It's downloaded to the folder chromium-plugins but then meat tries to change to chromium-pepper-flash which fails.