aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux_base
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-22 17:43:26 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-22 17:43:26 +0000
commit4be888969202b385551a3580c4be9c5049abdf41 (patch)
treeee9ea63a78d50338de9e8095ed6c539bc1abb448 /emulators/linux_base
parenta7012e14236070976620fc8b7557fc5c549bc448 (diff)
downloadports-4be888969202b385551a3580c4be9c5049abdf41.tar.gz
ports-4be888969202b385551a3580c4be9c5049abdf41.zip
Fix the install by stripping the i386 tag out of DISTFILES.
Reported by: Stephen Hilton <nospam@hiltonbsd.com> Tested by: Stephen Hilton <nospam@hiltonbsd.com>
Notes
Notes: svn path=/head/; revision=98813
Diffstat (limited to 'emulators/linux_base')
-rw-r--r--emulators/linux_base/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile
index 0046a3f10abc..12a78ae1ed66 100644
--- a/emulators/linux_base/Makefile
+++ b/emulators/linux_base/Makefile
@@ -166,7 +166,7 @@ do-install:
@${ECHO_MSG} ""
@sh -c "read line"
.endif
- @for R in ${UPD_SET1} ${DISTFILES} ${UPD_SET2}; do \
+ @for R in ${UPD_SET1} ${DISTFILES:C/:.*//} ${UPD_SET2}; do \
${ECHO_MSG} $$R; \
${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \
done