wibble
authorJeremy Laine <jeremy.laine@m4x.org>
Sun, 8 Jul 2007 19:47:59 +0000 (19:47 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Sun, 8 Jul 2007 19:47:59 +0000 (19:47 +0000)
Makefile
debian/diogenes.postrm

index 1337ca6..6e92c02 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ pkg-dist: pkg-build
        cp -a $(PKG_FILES) $(PKG_DIST)
        for dir in `find $(PKG_DIRS) $(VCS_FILTER) -o -type d -print`; \
        do \
-          mkdir -p $(PKG_DIST)/$$dir; \
+         mkdir -p $(PKG_DIST)/$$dir; \
          find $$dir -maxdepth 1 -type f -exec cp {} $(PKG_DIST)/$$dir \; ; \
        done
        tar czf $(PKG_DIST).tar.gz $(PKG_DIST)
index ded38b7..f3bbf63 100644 (file)
@@ -31,6 +31,7 @@ remove_from_webconfig () {
     fi
 }
 
+# FIXME: do we need to source debconf before the hook?
 # source dbconfig-common shell library, and call the hook function
 if [ -f /usr/share/dbconfig-common/dpkg/postrm.mysql ]; then
     . /usr/share/dbconfig-common/dpkg/postrm.mysql