[arch-commits] Commit in bugzilla/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Wed Oct 4 19:51:43 UTC 2017


    Date: Wednesday, October 4, 2017 @ 19:51:43
  Author: jelle
Revision: 261574

remove useless rm's

Modified:
  bugzilla/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-04 19:47:41 UTC (rev 261573)
+++ PKGBUILD	2017-10-04 19:51:43 UTC (rev 261574)
@@ -36,13 +36,9 @@
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
-  find . -type d -name CVS -exec rm -rf {} \; || true
-  find . -type f -name .cvsignore -exec rm -f {} \; || true
-  rm -rf .bzr
-  rm -rf .bzrrev
-  rm -rf .bzrignore
   rm -rf .git
   rm -rf .gitignore
+  rm -rf .bzrignore
 }
 
 package() {



More information about the arch-commits mailing list