ava1ar / customizepkg

A tool for Arch Linux package manager pacman to modify PKGBUILD automatically
GNU General Public License v3.0
49 stars 14 forks source link

Patches of some PKGBUILD ignored #27

Open DelusionalLogic opened 8 years ago

DelusionalLogic commented 8 years ago

PKGBUILD without the normal header are ignored. Since they begin with a non-printable character, causing the initial pkgname parsing to ignore the option. One example is the mutt-sidebar package.

To work around the issue you can move the pkgname directive below some other unimportant variable declaration in the PKGBUILD.