Fix bug in share/Makefile.am.
authorFredrik Tolf <fredrik@dolda2000.com>
Sat, 13 Oct 2007 22:23:53 +0000 (00:23 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Sat, 13 Oct 2007 22:23:53 +0000 (00:23 +0200)
share/Makefile.am

index 90dbd7a..d2b9cf7 100644 (file)
@@ -18,7 +18,7 @@ endif
 EXTRA_DIST=hellodolda.png dolda-icon.png dolcon-gtk.desktop dolcon-shell.desktop
 
 install-data-local:
-       if [ "$$realdesktop" != none ]; then \
+       if [ "$(realdesktop)" != none ]; then \
                $(mkinstalldirs) $(DESTDIR)$(appdir); \
                $(INSTALL_DATA) $(srcdir)/$(realdesktop) $(DESTDIR)$(appdir)/dolcon.desktop; \
        fi