Rename automatic patches to just "install.diff" or "build.diff".
--HG-- extra : convert_revision : 93ca1b8d614e75cc1df7e12735bde31b04c2e9d1
This commit is contained in:
parent
7c97804022
commit
bcf9dff398
14 changed files with 4 additions and 4 deletions
shutils
templates
bzip2
cpio
gdbm
gzip
kbd
mono
openssl
procps
sysklogd
tzdata
util-linux
zlib
|
@ -32,11 +32,11 @@ apply_tmpl_patches()
|
||||||
local i=
|
local i=
|
||||||
|
|
||||||
# Apply some build/install patches automatically.
|
# Apply some build/install patches automatically.
|
||||||
if [ -f $XBPS_TEMPLATESDIR/$pkgname/$pkgname-fix-build.diff ]; then
|
if [ -f $XBPS_TEMPLATESDIR/$pkgname/build.diff ]; then
|
||||||
patch_files="$pkgname-fix-build.diff $patch_files"
|
patch_files="build.diff $patch_files"
|
||||||
fi
|
fi
|
||||||
if [ -f $XBPS_TEMPLATESDIR/$pkgname/$pkgname-fix-install.diff ]; then
|
if [ -f $XBPS_TEMPLATESDIR/$pkgname/install.diff ]; then
|
||||||
patch_files="$pkgname-fix-install.diff $patch_files"
|
patch_files="install.diff $patch_files"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ -z "$patch_args" ] && patch_args="-p0"
|
[ -z "$patch_args" ] && patch_args="-p0"
|
||||||
|
|
Loading…
Reference in a new issue