diff options
Diffstat (limited to 'emulators/linux_base-6/Makefile')
-rw-r--r-- | emulators/linux_base-6/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index 9f886e604f1e..f342940d273e 100644 --- a/emulators/linux_base-6/Makefile +++ b/emulators/linux_base-6/Makefile @@ -148,10 +148,13 @@ do-install: @brandelf -t Linux ${LINUXBASE}/sbin/ldconfig @${LINUXBASE}/sbin/ldconfig @${TOUCH} ${LINUXBASE}/etc/ld.so.conf - @for R in ${UPDATES} ${RPM_SET2}; do \ - ${ECHO} $$R; \ - ${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \ - done + @for R in ${RPM_GLIBC} \ + zlib-1.1.3-25.6.${MACHINE_ARCH}.rpm \ + ${RPM_SET2} \ + XFree86-libs-3.3.6-29.${MACHINE_ARCH}.rpm; do \ + ${ECHO} $$R; \ + ${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \ + done @${ECHO} ${RPM_RPM} @${RPM} -U ${RPMFLAGS} --noscripts ${RPMDIR}/${RPM_RPM} @brandelf -t Linux ${LINUXBASE}/bin/rpm |