diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-22 17:43:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-22 17:43:26 +0000 |
commit | 4be888969202b385551a3580c4be9c5049abdf41 (patch) | |
tree | ee9ea63a78d50338de9e8095ed6c539bc1abb448 /emulators/linux_base | |
parent | a7012e14236070976620fc8b7557fc5c549bc448 (diff) | |
download | ports-4be888969202b385551a3580c4be9c5049abdf41.tar.gz ports-4be888969202b385551a3580c4be9c5049abdf41.zip |
Notes
Diffstat (limited to 'emulators/linux_base')
-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 |