summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordeeepaaa2016-12-03 16:17:56 +0100
committerdeeepaaa2016-12-03 16:17:56 +0100
commit3cefc9a7754f2a287840168906a2597d189d4f26 (patch)
treea1dad2fb570cdbf0d4a65290d0477d0e7ca1a693
parent7d1c273eafd33d09245d78e0f390d7bc285d7ce4 (diff)
downloadaur-rana-git.tar.gz
fix PKGBUILD
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1806e83c7f66..68f0d78f05d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,12 +21,10 @@ source=("rana.cpp" "helper.h" "makefile")
noextract=()
build() {
- cd "$pkgname"
make
}
package() {
- cd "$pkgname"
sudo make install
}