summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarina Brown2016-01-03 02:20:31 -0500
committerMarina Brown2016-01-03 02:20:31 -0500
commit06a4b27edb052d555e2998cad6ea91319b5fed29 (patch)
tree09bdb42c352c967d4fb85ec76e2cc5ebeb133117 /PKGBUILD
parent06102dbae253544ef8695786729ec3c5e04e1918 (diff)
downloadaur-06a4b27edb052d555e2998cad6ea91319b5fed29.tar.gz
all working now
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e16030a32d2e..a17cac59b356 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ prepare() {
build(){
cd "$pkgname-$pkgver"
- make
+ cc -lcurses -o grdc grdc.c
pwd
}