X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fdebian%2Frules;fp=webcit%2Fdebian%2Frules;h=46eecdca869c5cafa0136b225d36774eb46cd2ab;hb=b98d9f087b3a24a9549470ab066c2aea187ecfba;hp=fd7a2fc9ce50e10178e10477823ce6db6d249b1d;hpb=19fb2763b48d73c87bf6852d29e84353fd941842;p=citadel.git diff --git a/webcit/debian/rules b/webcit/debian/rules index fd7a2fc9c..46eecdca8 100755 --- a/webcit/debian/rules +++ b/webcit/debian/rules @@ -59,7 +59,7 @@ endif --with-wwwdir=/usr/share/citadel-webcit \ --with-localedir=/usr/share/ \ --with-editordir=/usr/share/tinymce/www/ \ - --with-markdowneditordir=/usr/share/epic/www/ \ + --with-markdowneditordir=/usr/share/citadel-webcit/epic/ \ --with-rundir=/var/run/citadel \ --with-ssldir=/etc/ssl/webcit/ \ --with-etcdir=/etc/citadel \ @@ -96,7 +96,7 @@ install: build dh_testroot dh_clean -k dh_installdirs - $(MAKE) install-bin install-locale install-wwwdata install-cfg DESTDIR=$(DESTDIR) + $(MAKE) install-bin install-locale install-wwwdata install-cfg install-epic DESTDIR=$(DESTDIR) chmod a-x -R $(DESTDIR)/usr/share/citadel-webcit/static/* find $(DESTDIR)/usr/share/locale/ -name webcit.mo -exec chmod a-x {} \; rm $(DESTDIR)/usr/share/citadel-webcit/static/prototype.js