From b6df7d66616556a5033a26facdd84a509ef359ec Mon Sep 17 00:00:00 2001 From: trevor Date: Fri, 30 Aug 2002 12:46:35 +0000 Subject: Correct "script failed" installation error introduced in the last commit. --- emulators/linux_base-6/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'emulators') diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index 9f886e6..f342940 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 -- cgit v1.1