--- lyskom-server-2.1.2.orig/db-crypt/db/Makefile.in
+++ lyskom-server-2.1.2/db-crypt/db/Makefile.in
@@ -318,7 +318,7 @@
 
 info-am:
 
-install-data-am: install-data-local install-dbDATA
+install-data-am: install-dbDATA
 
 install-exec-am:
 
@@ -357,38 +357,38 @@
 	uninstall-info-am uninstall-local
 
 
-install-data-local: installdirs
-	if test -f $(DESTDIR)$(dbdir)/lyskomd-data \
-	|| test -f $(DESTDIR)$(dbdir)/lyskomd-backup \
-	|| test -f $(DESTDIR)$(dbdir)/lyskomd-texts; \
-	then \
-	    echo installed database found; \
-	else  \
-	    $(INSTALL_DATA) $(srcdir)/lyskomd-data$(LANGUAGE_SUFFIX) \
-		$(DESTDIR)$(dbdir)/lyskomd-data || exit 1 ; \
-	    $(INSTALL_DATA) $(srcdir)/lyskomd-texts \
-		$(DESTDIR)$(dbdir)/lyskomd-texts || exit 1; \
-	    $(INSTALL_DATA) $(srcdir)/number.txt \
-		$(DESTDIR)$(dbdir)/number.txt || exit 1; \
-	fi
-
-uninstall-local:
-	if cmp $(srcdir)/lyskomd-data$(LANGUAGE_SUFFIX) \
-	        $(DESTDIR)$(dbdir)/lyskomd-data \
-	    && cmp $(srcdir)/lyskomd-texts \
-	        $(DESTDIR)$(dbdir)/lyskomd-texts \
-	    && cmp $(srcdir)/number.txt \
-	        $(DESTDIR)$(dbdir)/number.txt ; \
-	then \
-	    $(RM) $(DESTDIR)$(dbdir)/lyskomd-data \
-		$(DESTDIR)$(dbdir)/lyskomd-texts \
-		$(DESTDIR)$(dbdir)/number.txt; \
-	else \
-	    echo '*******************************************************' ; \
-	    echo 'Cowardly refusing to uninstall the modified database in' ; \
-	    echo $(DESTDIR)$(dbdir) ; \
-	    echo '*******************************************************' ; \
-	fi
+# install-data-local: installdirs
+# 	if test -f $(DESTDIR)$(dbdir)/lyskomd-data \
+# 	|| test -f $(DESTDIR)$(dbdir)/lyskomd-backup \
+# 	|| test -f $(DESTDIR)$(dbdir)/lyskomd-texts; \
+# 	then \
+# 	    echo installed database found; \
+# 	else  \
+# 	    $(INSTALL_DATA) $(srcdir)/lyskomd-data$(LANGUAGE_SUFFIX) \
+# 		$(DESTDIR)$(dbdir)/lyskomd-data || exit 1 ; \
+# 	    $(INSTALL_DATA) $(srcdir)/lyskomd-texts \
+# 		$(DESTDIR)$(dbdir)/lyskomd-texts || exit 1; \
+# 	    $(INSTALL_DATA) $(srcdir)/number.txt \
+# 		$(DESTDIR)$(dbdir)/number.txt || exit 1; \
+# 	fi
+
+# uninstall-local:
+# 	if cmp $(srcdir)/lyskomd-data$(LANGUAGE_SUFFIX) \
+# 	        $(DESTDIR)$(dbdir)/lyskomd-data \
+# 	    && cmp $(srcdir)/lyskomd-texts \
+# 	        $(DESTDIR)$(dbdir)/lyskomd-texts \
+# 	    && cmp $(srcdir)/number.txt \
+# 	        $(DESTDIR)$(dbdir)/number.txt ; \
+# 	then \
+# 	    $(RM) $(DESTDIR)$(dbdir)/lyskomd-data \
+# 		$(DESTDIR)$(dbdir)/lyskomd-texts \
+# 		$(DESTDIR)$(dbdir)/number.txt; \
+# 	else \
+# 	    echo '*******************************************************' ; \
+# 	    echo 'Cowardly refusing to uninstall the modified database in' ; \
+# 	    echo $(DESTDIR)$(dbdir) ; \
+# 	    echo '*******************************************************' ; \
+# 	fi
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
