summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororhun2020-09-15 02:01:55 +0300
committerorhun2020-09-15 02:01:55 +0300
commit871e31fac96379836afcb3892a7adf796ed6df90 (patch)
tree3810ba627897acf5d4424c7a64368ec34af92b20 /PKGBUILD
parentf811d5293e686b91bdbacd50086e6bf63049fec9 (diff)
downloadaur-871e31fac96379836afcb3892a7adf796ed6df90.tar.gz
upgpkg: passwall-server-bin 1.1.2-1
upstream release Install README.md
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dcfc7014eb0c..8c0fa798f676 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,4 +14,5 @@ sha256sums=('84d10e6cd318860d61d7e820f24125756eb6b6d74a4f8848a0cc5a6341c7f669')
package() {
install -Dm 755 "${pkgname%-bin}" "$pkgdir/usr/local/bin/${pkgname%-bin}"
+ install -Dm 644 "README.md" -t "$pkgdir/usr/share/doc/${pkgname%-bin}"
}