diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-05-14 15:44:11 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-05-14 15:44:11 +0000 |
commit | a3aadc8699adc333545df91d25debc8a7e1f8581 (patch) | |
tree | d41018720f704ca9a163c50ef56e025b5eaf0125 /emulators/linux_base-f10 | |
parent | Update to 0.9.9. Pass maintainership to submitter (diff) |
Only extract the binary RPM's, not the source ones.
Submitted by: Boris Samorodov <bsam@ipt.ru>
Diffstat (limited to 'emulators/linux_base-f10')
-rw-r--r-- | emulators/linux_base-f10/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/linux_base-f10/Makefile b/emulators/linux_base-f10/Makefile index 965525c8abab..4bc5dad66da3 100644 --- a/emulators/linux_base-f10/Makefile +++ b/emulators/linux_base-f10/Makefile @@ -105,7 +105,8 @@ RPM2CPIO?= ${LOCALBASE}/bin/rpm2cpio EXTRACT_DEPENDS+= ${RPM2CPIO}:${PORTSDIR}/archivers/rpm -EXTRACT_CMD?= ${RPM2CPIO} +EXTRACT_ONLY= ${BIN_DISTFILES} +EXTRACT_CMD?= ${RPM2CPIO} EXTRACT_BEFORE_ARGS?= EXTRACT_AFTER_ARGS?= | ${CPIO} -id --quiet |