meat icon indicating copy to clipboard operation
meat copied to clipboard

Fails when PKGBASE != PKGNAME

Open saladpanda opened this issue 11 years ago • 0 comments

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.

saladpanda avatar Sep 10 '14 17:09 saladpanda