module-init-tools: don't install modprobe.devfs (no release update, rebuild seems overkill)

This commit is contained in:
Johannes Winkelmann 2006-08-15 20:01:41 +00:00
parent ce23dd6fc0
commit b9e65eeed2

View File

@ -16,7 +16,6 @@ build() {
touch *.5 *.8
make
make DESTDIR=$PKG mandir=/usr/man install
install -D -m 644 modprobe.devfs $PKG/etc/modprobe.devfs
install -D -m 644 ../modprobe.conf $PKG/etc/modprobe.conf
rm -f $PKG/sbin/generate-modprobe.conf
}