diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-23 01:43:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-23 01:43:26 +0800 |
commit | dc764b74da2be472b5f50a904d1a17bb9779fa0b (patch) | |
tree | b68f6459731fa4e0c1d8a6e284303159bb7bada7 /emulators | |
parent | 7078b5a52a7e5484853da05281f6e1db0e3f662c (diff) | |
download | freebsd-ports-gnome-dc764b74da2be472b5f50a904d1a17bb9779fa0b.tar.gz freebsd-ports-gnome-dc764b74da2be472b5f50a904d1a17bb9779fa0b.tar.zst freebsd-ports-gnome-dc764b74da2be472b5f50a904d1a17bb9779fa0b.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>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base/Makefile | 2 |
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 |