diff --git a/templates/klibc-module-init-tools/build.diff b/templates/klibc-module-init-tools/build.diff deleted file mode 100644 index e3f94277f1b..00000000000 --- a/templates/klibc-module-init-tools/build.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2009-03-08 01:47:08.023659652 +0100 -+++ Makefile.in 2009-03-08 01:48:53.801346700 +0100 -@@ -251,7 +251,7 @@ EXTRA_modinfo_SOURCES = backwards_compat - MAN5 = modprobe.conf.5 modules.dep.5 depmod.conf.5 - MAN8 = depmod.8 insmod.8 lsmod.8 rmmod.8 modprobe.8 modinfo.8 - SGML = $(addprefix doc/, $(MAN5:%.5=%.sgml) $(MAN8:%.8=%.sgml)) --man_MANS = $(MAN5) $(MAN8) -+man_MANS = - TESTSUITE := $(shell find tests -type f ! -name '*~') tests/vg-suppressions - EXTRA_DIST = generate-modprobe.conf modprobe.devfs FAQ CODING stress_modules.sh install-with-care $(SGML) $(man_MANS) $(TESTSUITE) - sbin_SCRIPTS = generate-modprobe.conf diff --git a/templates/klibc-module-init-tools/template b/templates/klibc-module-init-tools/template index ec94f9c9fe0..dad89f6f56b 100644 --- a/templates/klibc-module-init-tools/template +++ b/templates/klibc-module-init-tools/template @@ -1,12 +1,12 @@ # Template file for 'klibc-module-init-tools' pkgname=klibc-module-init-tools -version=3.6 +version=3.8 wrksrc="module-init-tools-${version}" distfiles="${KERNEL_SITE}/utils/kernel/module-init-tools/module-init-tools-$version.tar.bz2" build_style=custom-install short_desc="Tools for managing kernel modules for initramfs" maintainer="Juan RP " -checksum=64a0b3b058f2236be1a8138356306c91e5f23f149a131428e4c7d97b1c050728 +checksum=dc880716a6b16a28dd5e18178bd266b9f598bd29b2580688390915bcc1aef65e long_desc=" The module-init-tools package provides many of the utilities needed by Linux systems for managing loadable Linux Kernel Modules. This @@ -28,6 +28,6 @@ do_install() install -d ${DESTDIR}/usr/lib/klibc/sbin for f in depmod modinfo modprobe insmod lsmod rmmod; do - install -s -m755 ${f} ${DESTDIR}/usr/lib/klibc/sbin + install -s -m755 build/${f} ${DESTDIR}/usr/lib/klibc/sbin done }