X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=7b1ed2a90e07fd696318e9aa312fff9dae6d4d93;hb=c5205883f2300c267ad34ec254069e4afd759485;hp=fc5c7a7ad2bbf2d5598325903fddf2b8b7e15fb7;hpb=adecbde7acaf34f5132878da1a6e9a24b797f2b2;p=captive.git diff --git a/debian/rules b/debian/rules index fc5c7a7..7b1ed2a 100755 --- a/debian/rules +++ b/debian/rules @@ -85,7 +85,10 @@ install: build dh_movefiles #FIXME: dh_movefiles(1) ignores any directories # and dh_installdirs(1) creates them in debian/tmp/ - mkdir -p $(CURDIR)/debian/captive/var/lib/captive + mkdir -p $(CURDIR)/debian/captive/var/lib/captive + chmod 755 $(CURDIR)/debian/captive/var/lib/captive + mkdir -p $(CURDIR)/debian/captive/var/lib/captive/tmp + chmod 1777 $(CURDIR)/debian/captive/var/lib/captive/tmp # Build architecture-dependent files here. binary-arch: build install