[Xfce4-commits] <terminal:master> Fix the image directory symlink.
Nick Schermer
noreply at xfce.org
Sun Dec 6 21:12:10 CET 2009
Updating branch refs/heads/master
to 0bf83c06f8415329c57ff7e99cbe8926b1e22265 (commit)
from 6c34e11352da5d30cd276e461500e5faeab2b7cc (commit)
commit 0bf83c06f8415329c57ff7e99cbe8926b1e22265
Author: Nick Schermer <nick at xfce.org>
Date: Sun Dec 6 12:40:07 2009 +0100
Fix the image directory symlink.
doc/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4f648ba..0e543ba 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -20,7 +20,7 @@ install-data-local:
done; \
if test x"$$lang" != x"C" -a ! -d $(srcdir)/images/$$lang; then \
echo "--- Creating symlink to C images for $$lang"; \
- ln -sf $(DESTDIR)$(docdir)/C/images $(DESTDIR)$(docdir)/$$lang/images; \
+ ln -sf $(docdir)/C/images $(DESTDIR)$(docdir)/$$lang/images; \
fi \
fi \
done;
More information about the Xfce4-commits
mailing list