Date: Friday, August 4, 2017 @ 09:50:56
  Author: eworm
Revision: 301639

do not package gitignore files

Modified:
  git/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-08-04 09:08:10 UTC (rev 301638)
+++ PKGBUILD    2017-08-04 09:50:56 UTC (rev 301639)
@@ -109,6 +109,7 @@
   # mediawiki installation
   make -C contrib/mw-to-git prefix=/usr gitexecdir=/usr/lib/git-core 
DESTDIR="$pkgdir" install
   # the rest of the contrib stuff
+  find contrib/ -name '.gitignore' -delete
   cp -a ./contrib/* $pkgdir/usr/share/git/
 
   # scripts are for python 2.x

Reply via email to