tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

EXTRACT_ONLY and EMUL_PKG_FMT=rpm



It looks like that if you use EMUL_PKG_FMT=rpm (with RPM2PKG_STAGE!=do-extract) 
you have to explicitly set EXTRACT_ONLY=${DISTNAME}${EXTRACT_SUFX} or nothing 
gets extracted. This is because emulator/pkg-rpm.mk contains
        EXTRACT_ONLY?= # empty
I think this should either be wrapped in RPM2PKG_STAGE==do-extract or 
documented.


Home | Main Index | Thread Index | Old Index