summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranar662019-08-08 18:26:13 +0000
committeranar662019-08-08 18:26:13 +0000
commit6d1baa5b84810348b5edc6debe0427a2d9b25041 (patch)
tree75886c32f8560ac67739561542a23fcd2ff2f8aa
parentf83cbf095442de99e43463e3bc48d5aacb5857e4 (diff)
downloadaur-6d1baa5b84810348b5edc6debe0427a2d9b25041.tar.gz
/usr/bin/
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fb6cfb9d50c..af14d92d7746 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,6 @@ sha256sums=('SKIP')
depends=('python' 'python-ptyprocess')
package(){
cd $srcdir/python-test-master/tests
- install -Dm777 smex2.py $pkgdir/usr/local/bin/smex
+ install -Dm777 smex2.py $pkgdir/usr/bin/smex
}