summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-01-02 03:14:17 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-05-14 10:51:57 +0200
commit8e56349c75323cea265a0d1dde5d79235390acf5 (patch)
tree96ce660e3e955e48c22971e554838637544d2cc3
parent873cc1751e8ada85ff8ba2bda2a6bcd34184fcdb (diff)
downloaddrakx-8e56349c75323cea265a0d1dde5d79235390acf5.tar
drakx-8e56349c75323cea265a0d1dde5d79235390acf5.tar.gz
drakx-8e56349c75323cea265a0d1dde5d79235390acf5.tar.bz2
drakx-8e56349c75323cea265a0d1dde5d79235390acf5.tar.xz
drakx-8e56349c75323cea265a0d1dde5d79235390acf5.zip
fix make dist with git-2.2
after trying to play with ":(glob)" & strange git-archive errors, the safest way is actually the simplest... rationale: we're killing the install/ directory later anyway the only difference is that we now include .gitattributes & .perl_checker in the archive
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 55871dbe0..4a2d8e58a 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -58,7 +58,7 @@ dist: tar
tar: clean
rm -rf $(PACKAGE)*.tar* $(PACKAGE)-$(PKGVERSION)
mkdir -p $(PACKAGE)-$(PKGVERSION)/tools
- (cd ..; git archive HEAD perl-install/{[^i]*,int*} $(OTHERS) kernel/list_modules.pm Makefile.config) | tar xC $(PACKAGE)-$(PKGVERSION)
+ (cd ..; git archive HEAD "perl-install/" $(OTHERS) kernel/list_modules.pm Makefile.config) | tar xC $(PACKAGE)-$(PKGVERSION)
rm -rf $(PACKAGE)-$(PKGVERSION)/perl-install/{install,unused,list_modules.pm}
cp -f ../kernel/list_modules.pm $(PACKAGE)-$(PKGVERSION)/perl-install
cd $(PACKAGE)-$(PKGVERSION)/perl-install ; mv -f Makefile.drakxtools Makefile