summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
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-01-02 03:14:17 +0100
commit3c3312229901170103c763a3b9f88296bd842955 (patch)
treea42e0b11c2ea124b27a46c97572a1f16e6988267 /perl-install/Makefile
parent3541642be22e1fdbe3121ea9654ef6e9e5c30289 (diff)
downloaddrakx-3c3312229901170103c763a3b9f88296bd842955.tar
drakx-3c3312229901170103c763a3b9f88296bd842955.tar.gz
drakx-3c3312229901170103c763a3b9f88296bd842955.tar.bz2
drakx-3c3312229901170103c763a3b9f88296bd842955.tar.xz
drakx-3c3312229901170103c763a3b9f88296bd842955.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
Diffstat (limited to 'perl-install/Makefile')
-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