diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-08-30 12:46:35 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-08-30 12:46:35 +0000 |
commit | f9aa472e633ca24817549d053b6fd556d03b8a8a (patch) | |
tree | 0c18a6474bdb54b7113de08b4580c13c52bcc9c7 /emulators | |
parent | 9f9efc87ee12c902c1e0a76a3a2d457f0e01d47f (diff) | |
download | ports-f9aa472e633ca24817549d053b6fd556d03b8a8a.tar.gz ports-f9aa472e633ca24817549d053b6fd556d03b8a8a.zip |
Notes
Diffstat (limited to 'emulators')
-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 |