diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-29 23:13:04 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-29 23:13:04 +0000 |
commit | 0219db894defc155c4b44dd996c1c1e2c337d4cc (patch) | |
tree | 90443d3dd59b47a6f0784cfafd1a09bc51c0a074 /Makefile | |
parent | b6551d112cf806e190b42b1e2cbac25f5bd895e1 (diff) | |
download | bootloader-theme-0219db894defc155c4b44dd996c1c1e2c337d4cc.tar bootloader-theme-0219db894defc155c4b44dd996c1c1e2c337d4cc.tar.gz bootloader-theme-0219db894defc155c4b44dd996c1c1e2c337d4cc.tar.bz2 bootloader-theme-0219db894defc155c4b44dd996c1c1e2c337d4cc.tar.xz bootloader-theme-0219db894defc155c4b44dd996c1c1e2c337d4cc.zip |
fix authors path
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -125,8 +125,8 @@ prep: rm -f boot install *~ *.log rm -rf boot inst -changelog: ../../common/username.xml - svn2cl --accum --authors ../../common/username.xml +changelog: ../common/username.xml + svn2cl --accum --authors ../common/username.xml svn -m '' commit ChangeLog dist: localdist |