Dolda2000 GitWeb
/
doldaconnect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
5caadb7
)
Fix bug in share/Makefile.am.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Sat, 13 Oct 2007 22:23:53 +0000
(
00:23
+0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Sat, 13 Oct 2007 22:23:53 +0000
(
00:23
+0200)
share/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/share/Makefile.am
b/share/Makefile.am
index
90dbd7a
..
d2b9cf7
100644
(file)
--- 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