summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ac113b0..6734673 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ install:
-install -d $(DESTDIR)$(lxdeprofdir)/Flash
install -m 644 Flash/config $(DESTDIR)$(lxdeprofdir)/Flash
- -install -d $(DESTDIR)$(lxdeprofdir)/Free
+ -install -d $(DESTDIR)$(lxdeprofdir)/Free
install -m 644 Free/config $(DESTDIR)$(lxdeprofdir)/Free
-install -d $(DESTDIR)$(lxdeprofdir)/One
@@ -38,7 +38,7 @@ log: ChangeLog
changelog: ChangeLog
-ChangeLog: ../common/username.xml
- svn2cl --accum --authors ../../soft/common/username.xml
+ChangeLog: ../../common/username.xml
+ svn2cl --accum --authors ../../common/username.xml
rm -f *.bak
svn commit -m "Generated by svn2cl the `LC_TIME=C date '+%d_%b'`" ChangeLog