aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFunda Wang <fwang@mageia.org>2011-12-15 02:10:19 +0000
committerFunda Wang <fwang@mageia.org>2011-12-15 02:10:19 +0000
commit0433a75c8e0c3bcc3327e0d0b55964c256049ca1 (patch)
tree6bea95b03c03c037388fc239136d48835bef1d4e
parent2dd4b996308e2e49a87124a2962d3d5171e6813e (diff)
downloadcommon-data-0433a75c8e0c3bcc3327e0d0b55964c256049ca1.tar
common-data-0433a75c8e0c3bcc3327e0d0b55964c256049ca1.tar.gz
common-data-0433a75c8e0c3bcc3327e0d0b55964c256049ca1.tar.bz2
common-data-0433a75c8e0c3bcc3327e0d0b55964c256049ca1.tar.xz
common-data-0433a75c8e0c3bcc3327e0d0b55964c256049ca1.zip
fix wrong path
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 861534f..52a69b2 100644
--- a/Makefile
+++ b/Makefile
@@ -91,6 +91,6 @@ ChangeLog: ../../common/username.xml
echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
(test -f $@ || echo git-log is required to generate this file >> $@)); \
else \
- svn2cl --accum --authors ../../soft/common/username.xml; \
+ svn2cl --accum --authors ../../common/username.xml; \
rm -f *.bak; \
fi;