chiark / gitweb /
command -v
[userv.git] / debian / rules
index 09c928700bf35b08d5bbadd009b8bcc2b5d317bc..d604fb43436905f2d2555d8b6f96d03e5e97e339 100755 (executable)
@@ -36,7 +36,6 @@ binary-arch:  checkroot build
        install -d $t/{DEBIAN,etc/init.d} $t/usr/{sbin,bin}
        install -d $t/etc/userv/{override,default}.d
        install -d $t/usr/share/doc/$(package)/examples/
-       install -d $t/var/run/$(package)/
        install -d $t/usr/share/lintian/overrides/
        install -m 755 debian/{postinst,prerm,postrm} $t/DEBIAN/.
        install -m 644 debian/conffiles $t/DEBIAN/.
@@ -59,7 +58,6 @@ binary-arch:  checkroot build
        dpkg-gencontrol -isp
        chown -R root.root $t
        chmod -R og=rX $t
-       chmod 700 $t/var/run/userv
        dpkg --build $t ..
 
 define checkdir