[arch-commits] Commit in perl-filesys-df/trunk (PKGBUILD)

Fabio Castelli muflone at archlinux.org
Sun Apr 1 01:09:00 UTC 2018


    Date: Sunday, April 1, 2018 @ 01:08:59
  Author: muflone
Revision: 313674

upgpkg: perl-filesys-df 0.92-5

Modified:
  perl-filesys-df/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-01 01:05:40 UTC (rev 313673)
+++ PKGBUILD	2018-04-01 01:08:59 UTC (rev 313674)
@@ -17,17 +17,17 @@
 options=('!emptydirs')
 
 build() {
-   cd "${_perl_module}-${pkgver}"
-   perl Makefile.PL
-   make
+  cd "${_perl_module}-${pkgver}"
+  perl Makefile.PL
+  make
 }
 
 check() {
-   cd "${_perl_module}-${pkgver}"
-   make test
+  cd "${_perl_module}-${pkgver}"
+  make test
 }
 
 package() {
-   cd "${_perl_module}-${pkgver}"
-   make pure_install DESTDIR="${pkgdir}"
+  cd "${_perl_module}-${pkgver}"
+  make pure_install DESTDIR="${pkgdir}"
 }



More information about the arch-commits mailing list