summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c87950c5950..c47da1e8df85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,5 +47,6 @@ build() {
package() {
cd "$srcdir/${pkgname%}"
#make DESTDIR="$pkgdir/" install
+ mkdir -p $pkgdir/usr/bin
cp teeproxy $pkgdir/usr/bin
}