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

Evangelos Foutras foutrelis at archlinux.org
Sat Nov 10 05:17:43 UTC 2018


    Date: Saturday, November 10, 2018 @ 05:17:42
  Author: foutrelis
Revision: 405632

cd into the correct directory

Modified:
  dstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-10 05:16:28 UTC (rev 405631)
+++ PKGBUILD	2018-11-10 05:17:42 UTC (rev 405632)
@@ -14,7 +14,7 @@
 md5sums=('be27c905e6737993306dbbcee735e8ad')
 
 package() {
-  cd $pkgname-$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   make DESTDIR=$pkgdir install
   make DESTDIR=$pkgdir docs



More information about the arch-commits mailing list