diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-08-06 15:13:17 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-08-06 15:13:17 +0000 |
commit | 26be6b1008cd32e2e3721c90af93756d21a6297b (patch) | |
tree | ec102cf5326f214f36523dcb848fe428d025d160 /emulators/linux_base-suse-9.3 | |
parent | 091fffcfdac08f406614c80beba3328790c13ab5 (diff) |
Mark BROKEN, ldconfig does not install properly.
ldconfig-1.9.5-8.i386.rpm
ELF binary type not known. Use "brandelf" to brand it.
execution of script failed
error: /home/billf/cvswork/rpm/ldconfig-1.9.5-8.i386.rpm cannot be installed
Notes
Notes:
svn path=/head/; revision=20558
Diffstat (limited to 'emulators/linux_base-suse-9.3')
-rw-r--r-- | emulators/linux_base-suse-9.3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile index 5a1ee7b0db81..57807328ad9d 100644 --- a/emulators/linux_base-suse-9.3/Makefile +++ b/emulators/linux_base-suse-9.3/Makefile @@ -3,7 +3,7 @@ # Date created: Jul 7, 1999 # Whom: marcel@FreeBSD.org # -# $Id$ +# $Id: Makefile,v 1.26 1999/07/21 10:41:35 marcel Exp $ # DISTNAME= linux_base @@ -22,6 +22,8 @@ DISTFILES= ${RPMSET1} ${RPMSET2} ${RPMSET3} MAINTAINER= marcel@FreeBSD.org +BROKEN= 'ldconfig does not install properly' + RUN_DEPENDS= rpm:${PORTSDIR}/misc/rpm ONLY_FOR_ARCHS= i386 alpha |