summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordpayne2015-12-27 08:50:15 -0800
committerdpayne2015-12-27 08:50:15 -0800
commit005d21bf237849f960b95ea59c66bc43a20f1ec1 (patch)
treea845d55bae0f264dd23e6e30a5fff50cf2e6d6b9
parentaf403f30679c64fabc7cde61512855b1b688f13b (diff)
downloadaur-005d21bf237849f960b95ea59c66bc43a20f1ec1.tar.gz
Fixing yaourt build
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42a46107cd92..f4778570e561 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,5 +28,5 @@ build() {
package() {
cd cli-visualizer || exit
- make install
+ make PREFIX="/bin/" install
}