A tool for Arch Linux package manager pacman to modify PKGBUILD automatically
GNU General Public License v3.0
49
stars
14
forks
source link
change the patch commnad to patch the source to descend in the package-version folder #35
Open
kidpixo opened 2 years ago
Patch the source
Patch files can be applied to the source code using the following syntax:
In the original repo this generate a line in PKGBUILD in
prepare
function:this is modified to generate:
this way
makepkg
descends in thesrc/
directory and apply the patchfile.patch
in the$pkgname-$pkgver
directory below.