[arch-commits] Commit in nmon/trunk (PKGBUILD)
Massimiliano Torromeo
mtorromeo at archlinux.org
Mon Sep 23 07:45:53 UTC 2019
Date: Monday, September 23, 2019 @ 07:45:53
Author: mtorromeo
Revision: 511561
Quoted variables
Modified:
nmon/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-23 07:39:30 UTC (rev 511560)
+++ PKGBUILD 2019-09-23 07:45:53 UTC (rev 511561)
@@ -8,15 +8,15 @@
url="http://nmon.sourceforge.net"
license=('GPL')
depends=('ncurses')
-source=("https://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c")
+source=("https://downloads.sourceforge.net/$pkgname/lmon$pkgver.c")
sha256sums=('2b6a3d746c2e162c62dee9fab53c1f74c1fb8a899e4361bb5211cf436deecb9e')
build() {
- cd ${srcdir}
+ cd "$srcdir"
cc -o nmon lmon$pkgver.c $LDFLAGS $CFLAGS -g -O3 -lncurses -lm -D X86
}
package() {
- cd ${srcdir}
- install -D -m 0755 nmon "${pkgdir}/usr/bin/nmon"
+ cd "$srcdir"
+ install -D -m 0755 nmon "$pkgdir/usr/bin/nmon"
}
More information about the arch-commits
mailing list