diff options
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 |