X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=debian.in%2Frules;h=16cadf1e9087a257152c84cb5d2c964956acfbb1;hb=2ae34928adb5da51a66170a52678bb4a7d2d212a;hp=4f324b6f2ac2e0699292ce0232ca4d274ed52c1e;hpb=23cec7cb87403d4d305f02a9312d6174c29ce16b;p=cp210x.git diff --git a/debian.in/rules b/debian.in/rules index 4f324b6..16cadf1 100755 --- a/debian.in/rules +++ b/debian.in/rules @@ -10,7 +10,7 @@ # This file may have to be extensively modified package = xxPACKAGExx -inst_dir = debian/tmp/usr/src/xxPACKAGExx-xxPKGVERxx +inst_dir = debian/tmp/usr/src/xxPACKAGExx-xxDEBVERxx install_dir = install -d -m 755 install_file = install -m 644 @@ -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 $@