* added central location for tiny_mce
[citadel.git] / webcit / debian / rules
index 2975a9d83df729d9bea779f35414a219973638e0..10d6d8fb74557ae5214ef61438a7c5b6d74a67d4 100755 (executable)
@@ -30,12 +30,12 @@ configure-stamp:
                --prefix=/usr \
                --with-staticdir=/usr/share/doc/citadel-webcit/examples \
                --with-staticrundir=/var/lib/citadel/www/ \
-               --with-editor=/usr/share/tiny_mce/ \
+               --with-editordir=/usr/share/ \
                --with-rundir=/var/run/citadel \
                --with-ical --with-db --with-ldap --with-zlib --with-ssl --with-libiconf --with-newt --with-included-gettext
 
        touch configure-stamp
-
+#we don't do /usr/share/tiny_mce, because of make brings one with it.
 
 build: build-stamp