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:
@@ -5,6 +5,8 @@ long_desc="${long_desc}
|
|||||||
|
|
||||||
This package contains files for development: headers, static libs, etc."
|
This package contains files for development: headers, static libs, etc."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
@@ -14,4 +16,7 @@ do_install()
|
|||||||
mv ${SRCPKGDESTDIR}/usr/lib/*.a ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/*.a ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/*crt1.o ${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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user