summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJadon Gearhart2023-07-10 18:47:04 -0400
committerJadon Gearhart2023-07-10 18:47:04 -0400
commit36a328900f5d01cfe6bb9016af956f7b4c5b02f7 (patch)
treea864ee2e28c8a32b047dfd794262faa53d35b745 /PKGBUILD
parent038d53f0eac9a7e6dd1972a426d99349e3b61ff8 (diff)
downloadaur-faur.tar.gz
fixed path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9cf805637661..cafb14372726 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,5 +37,5 @@ build() {
package() {
cd faur
chmod +x faur
- cp faur /usr/bin
+ cp faur /usr/bin/
}