From a742fd840b1a56dbc7162b1ac3ec24c1406d4451 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Sun, 14 Oct 2007 00:23:53 +0200 Subject: [PATCH] Fix bug in share/Makefile.am. --- share/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0