'Network User' is now 'Normal User'
[citadel.git] / citadel / buildpackages
index 2803024573dd9a126722da149080a3270729ad0c..412c303ca73c8e2f8c701d9cfbb62b57d06eedd9 100755 (executable)
@@ -79,7 +79,7 @@ EMAIL=citadel@outgesourced.org
        export LDFLAGS='-L/opt/csw/lib -L /usr/local/lib'
        export CFLAGS='-I/opt/csw/include -I/usr/local/include  -DDISABLE_CURSES'
        ./configure \
-           --with-db=/opt/csw/bdb44 \
+           --with-db=/opt/csw/bdb5 \
            --with-ical=/usr/local/ \
            --with-prefix=/opt/csw/ \
            --with-datadir=/opt/csw/var/lib/citadel \
@@ -111,6 +111,9 @@ EMAIL=citadel@outgesourced.org
            \
            -chvzf citadel-$CITADEL_VERSION.tar.gz citadel-$CITADEL_VERSION/
        ;;
+    version)
+       echo This would build citadel-$CITADEL_VERSION
+       ;;
        *)
                echo "Not yet implemented. we have: debian "
                ;;