From 365db6aa0c691da9cc547c991cefe26cad8b2ea3 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Tue, 3 Jul 2012 00:28:38 -0600 Subject: [PATCH] modprobe.d files now ends in .conf --- debian.in/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.in/rules b/debian.in/rules index 719bceb..16cadf1 100755 --- a/debian.in/rules +++ b/debian.in/rules @@ -39,7 +39,7 @@ install-stamp: checkroot build-stamp cp -a . ../$(inst_dir) mv ../debian . $(install_dir) debian/tmp/etc/modprobe.d - echo "blacklist cp2101" > debian/tmp/etc/modprobe.d/$(package) + echo "blacklist cp2101" > debian/tmp/etc/modprobe.d/$(package).conf touch $@ -- 2.39.2