summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libmu_scm/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmu_scm/Makefile.am b/libmu_scm/Makefile.am
index ae35db65e..d087aebc0 100644
--- a/libmu_scm/Makefile.am
+++ b/libmu_scm/Makefile.am
@@ -67,8 +67,8 @@ MKDEP = $(CC) -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
install-data-hook:
@here=`pwd`
- cd $(DESTDIR)$(libdir);\
+ cd $(DESTDIR)$(libdir);\
if test -f libmu_scm.so; then \
$(LN_S) -f libmu_scm.so libguile-mailutils-v-$(VERSION).so; \
fi; \
- cd $$here
+ cd $$here

Return to:

Send suggestions and report system problems to the System administrator.