forked from alnux/repo
25 lines
862 B
Text
Executable file
25 lines
862 B
Text
Executable file
install -dv $1/lib/{firmware,udev/devices/pts}
|
|
mknod -m0666 $1/lib/udev/devices/null c 1 3
|
|
|
|
BLKID_CFLAGS="-I/usr/include/blkid" \
|
|
BLKID_LIBS="-L/lib -lblkid" \
|
|
KMOD_CFLAGS="-I/usr/include" \
|
|
KMOD_LIBS="-L/lib -lkmod" \
|
|
./configure --prefix=/usr \
|
|
--with-rootprefix='' \
|
|
--bindir=/sbin \
|
|
--sysconfdir=/etc \
|
|
--libexecdir=/lib \
|
|
--enable-rule_generator \
|
|
--disable-introspection \
|
|
--disable-keymap \
|
|
--disable-gudev \
|
|
--with-usb-ids-path=no \
|
|
--with-pci-ids-path=no \
|
|
--with-systemdsystemunitdir=no
|
|
make
|
|
make DESTDIR="$1" install
|
|
rm -rfv $1/usr/share/doc/udev
|
|
cd udev-config-20100128
|
|
make DESTDIR="$1" install
|
|
make DESTDIR="$1" install-doc
|