]> code.citadel.org Git - citadel.git/blobdiff - webcit/debian/rules
* corrected use of our absolute directories
[citadel.git] / webcit / debian / rules
index ac144d8107c7115b53290a9c654a8545ef2e8c47..3181109629b2715e13cc9a430d498443d1aa0ec7 100755 (executable)
@@ -9,7 +9,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-DESTDIR=$(CURDIR)/debian/citadel-webcit/
+DESTDIR=$(CURDIR)/debian/citadel-webcit
 
 
 
@@ -29,7 +29,7 @@ configure-stamp:
                --build=$(DEB_BUILD_GNU_TYPE) \
                --prefix=/usr/sbin/ \
                --with-wwwdir=/usr/share/citadel-webcit \
-               --with-localedir=/usr/share/locale \
+               --with-localedir=/usr/share/ \
                --with-editordir=/usr/share/tinymce/www \
                --with-rundir=/var/run/citadel \
                --with-ical --with-db --with-ldap \