Update of /cvsroot/hugin/hugin/src/hugin
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv21191
Modified Files:
Makefile.am
Log Message:
removed empty "" from configure script
Index: Makefile.am
===================================================================
RCS file: /cvsroot/hugin/hugin/src/hugin/Makefile.am,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Makefile.am 12 Aug 2006 15:17:13 -0000 1.25
+++ Makefile.am 19 Oct 2006 16:30:47 -0000 1.26
@@ -67,7 +67,7 @@
if test -n "$(UPDATE_DESKTOP_DATABASE)"; then \
if test -z "${DESTDIR}" ; then \
echo "*** calling $(UPDATE_DESKTOP_DATABASE)"; \
- $(UPDATE_DESKTOP_DATABASE) \"\"; \
+ $(UPDATE_DESKTOP_DATABASE); \
else \
echo "*** After installation call $(UPDATE_DESKTOP_DATABASE)"; \
fi; \
|