summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1872687fa73b..97c2d1b97424 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,9 @@ build() {
cd $startdir/src/tspc-advanced
make all target=linux || return 1
+}
+
+package() {
install -D bin/gw6c -m 0755 $startdir/pkg/usr/sbin/tspc
install -D man/man5/gw6c.conf.5 -m 0644 $startdir/pkg/usr/man/man5/tspc.conf.5