diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-14 13:26:08 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-14 13:26:08 +0000 |
commit | 17633a210384649ff60c4a410512ec9733109a73 (patch) | |
tree | d8e6962f00301a565ab6863c7871f69d27b4dca2 | |
parent | b1e940bdbf366fa59de790fb870bdeb3e99be471 (diff) | |
download | drakx-17633a210384649ff60c4a410512ec9733109a73.tar drakx-17633a210384649ff60c4a410512ec9733109a73.tar.gz drakx-17633a210384649ff60c4a410512ec9733109a73.tar.bz2 drakx-17633a210384649ff60c4a410512ec9733109a73.tar.xz drakx-17633a210384649ff60c4a410512ec9733109a73.zip |
use -rBASE for svn export in order to please blino by making sure local changes do not got exported
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 24ddca843..df75a1820 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -55,7 +55,7 @@ mo_files : $(MOFILES) localcopy: clean rm -rf $(PACKAGE)-$(PKGVERSION)* mkdir -p $(PACKAGE)-$(PKGVERSION)/tools - svn export -q . $(PACKAGE)-$(PKGVERSION)/perl-install + svn export -q -rBASE . $(PACKAGE)-$(PKGVERSION)/perl-install for i in $(OTHERS); do svn export -q ../$$i $(PACKAGE)-$(PKGVERSION)/$$i; done rm -rf $(PACKAGE)-$(PKGVERSION)/perl-install/{install,unused,list_modules.pm} cp -f ../kernel/list_modules.pm $(PACKAGE)-$(PKGVERSION)/perl-install |