summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d6f543b1c16..45d56c39735d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lemmy-ui
pkgver=0.18.4
-pkgrel=1
+pkgrel=2
pkgdesc='The official web app for lemmy'
arch=('any')
url='https://github.com/LemmyNet/lemmy-ui'
@@ -57,5 +57,5 @@ package() {
cd "$pkgname"
install -vd "$pkgdir/usr/share/$pkgname"
- cp -R dist/* node_modules "$pkgdir/usr/share/$pkgname"
+ cp -R dist node_modules "$pkgdir/usr/share/$pkgname"
}