From: Fredrik Tolf Date: Sat, 13 Oct 2007 22:23:53 +0000 (+0200) Subject: Fix bug in share/Makefile.am. X-Git-Tag: 1.0~17 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=a742fd840b1a56dbc7162b1ac3ec24c1406d4451 Fix bug in share/Makefile.am. --- diff --git a/share/Makefile.am b/share/Makefile.am index 90dbd7a..d2b9cf7 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -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