kernel-libc-headers: force LANG=C in environment for perl.

This commit is contained in:
Juan RP 2011-07-11 13:21:02 +02:00
parent f74a9b34a6
commit f5d89dae51

View file

@ -16,12 +16,12 @@ fi
do_build()
{
make headers_check
env LANG=C make headers_check
}
do_install()
{
make INSTALL_HDR_PATH=${DESTDIR}/usr headers_install
env LANG=C make INSTALL_HDR_PATH=${DESTDIR}/usr headers_install
# Install scsi/scsi.h header, required by eject and others.
sed -i -e "/^\#include <linux\/scatterlist.h>$/d" include/scsi/scsi.h
install -m644 include/scsi/scsi.h ${DESTDIR}/usr/include/scsi