diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-24 15:39:29 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-24 15:39:29 +0000 |
commit | 70c72afaf30dbaee0ea29f7a310dee64918a289a (patch) | |
tree | 87cbff0f0871ab7e843588990bfd985d153a995e | |
parent | 0c647308185ea7b23c5800f8068525c7899cca7a (diff) | |
download | urpmi-70c72afaf30dbaee0ea29f7a310dee64918a289a.tar urpmi-70c72afaf30dbaee0ea29f7a310dee64918a289a.tar.gz urpmi-70c72afaf30dbaee0ea29f7a310dee64918a289a.tar.bz2 urpmi-70c72afaf30dbaee0ea29f7a310dee64918a289a.tar.xz urpmi-70c72afaf30dbaee0ea29f7a310dee64918a289a.zip |
--strip-prefix is uneeded with latest svn2cl
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index f138dffe..12d09115 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -119,7 +119,7 @@ installgurpmi2: pure_install ln -s -f consolehelper \$(DESTINSTALLSCRIPT)/gurpmi2 ChangeLog: - svn2cl --accum --strip-prefix=soft/rpm/urpmi/trunk --authors ${commonusername}username.xml + svn2cl --accum --authors ${commonusername}username.xml rm -f *.bak TAGS: |