hooks/do-pkg/gen-pkg: do not propagate conf_files/provides/replaces to 32bit pkgs.
This commit is contained in:
parent
2015813233
commit
e24233a15a
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ hook() {
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
if [ -d "${XBPS_DESTDIR}/${pkgname}-32bit-${version}" ]; then
|
if [ -d "${XBPS_DESTDIR}/${pkgname}-32bit-${version}" ]; then
|
||||||
|
unset conf_files provides replaces preserve
|
||||||
_pkgver=${pkgname}-32bit-${version}_${revision}
|
_pkgver=${pkgname}-32bit-${version}_${revision}
|
||||||
_desc="${short_desc} (32bit)"
|
_desc="${short_desc} (32bit)"
|
||||||
binpkg=${_pkgver}.x86_64.xbps
|
binpkg=${_pkgver}.x86_64.xbps
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue