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

Ray Rashif schiv at archlinux.org
Mon Apr 4 12:43:23 UTC 2011


    Date: Monday, April 4, 2011 @ 08:43:22
  Author: schiv
Revision: 117603

fix whitespace and tab mismatch

Modified:
  eric4-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-04 12:34:22 UTC (rev 117602)
+++ PKGBUILD	2011-04-04 12:43:22 UTC (rev 117603)
@@ -38,7 +38,7 @@
 package() {
   cd "$srcdir"
 
-	install -d  "$pkgdir/usr/lib/python2.7/site-packages/eric4plugins"
+  install -d  "$pkgdir/usr/lib/python2.7/site-packages/eric4plugins"
 
   bsdtar xf Plugin_Checker_PyLint-4.2.1/*.zip \
     -C "$pkgdir/usr/lib/python2.7/site-packages/eric4plugins"
@@ -61,9 +61,9 @@
   bsdtar xf Plugin_Project_Django-2.1.2/*.zip \
     -C "$pkgdir/usr/lib/python2.7/site-packages/eric4plugins"
 
-	rm -r "$pkgdir"/usr/lib/python2.7/site-packages/eric4plugins/{VERSION,*/Documentation}
-	find "$pkgdir" -type d -exec chmod 755 {} \;
-	find "$pkgdir" -type f -exec chmod 644 {} \;
+  rm -r "$pkgdir"/usr/lib/python2.7/site-packages/eric4plugins/{VERSION,*/Documentation}
+  find "$pkgdir" -type d -exec chmod 755 {} \;
+  find "$pkgdir" -type f -exec chmod 644 {} \;
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list