glibc-devel: remove conflicting /usr/include/scsi/scsi.h.

The same header is installed by kernel-libc-headers and seems to
be the required one for packages using it. Bump revision.

--HG--
extra : convert_revision : fb371fb4d28ac44515849cd57bed15667bc92fd9
This commit is contained in:
Juan RP 2009-10-04 19:08:00 +02:00
parent 6e822d4f9f
commit 17ec7bc208
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,8 @@ long_desc="${long_desc}
This package contains files for development: headers, static libs, etc."
revision=1
Add_dependency run glibc
do_install()
@ -14,4 +16,7 @@ do_install()
mv ${SRCPKGDESTDIR}/usr/lib/*.a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/*crt1.o ${DESTDIR}/usr/lib
# Remove scsi.h, it's installed by kernel-libc-headers.
rm -f ${DESTDIR}/usr/include/scsi/scsi.h
}