Compare commits
2 commits
ea28bc8eee
...
8a3689b757
Author | SHA1 | Date | |
---|---|---|---|
8a3689b757 | |||
37e23225dd |
2 changed files with 4 additions and 1 deletions
|
@ -65,7 +65,7 @@ depends="
|
|||
py3-django-prometheus
|
||||
py3-django-pglock
|
||||
py3-django-redis
|
||||
py3-django-rest-framework~=3.14.0
|
||||
py3-django-rest-framework~3.14.0
|
||||
py3-django-rest-framework-guardian
|
||||
py3-django-storages
|
||||
py3-django-tenants
|
||||
|
|
|
@ -49,6 +49,9 @@ package() {
|
|||
install -Dm644 "$builddir"/package.json -t "$pkgdir"/usr/lib/bundles/wikijs
|
||||
cp -aR "$builddir"/assets "$builddir"/server "$builddir"/node_modules "$pkgdir"/usr/lib/bundles/wikijs
|
||||
|
||||
# remove prebuilts
|
||||
rm -Rf "$pkgdir"/usr/lib/bundles/wikijs/node_modules/*/prebuilds
|
||||
|
||||
mkdir -p "$pkgdir"/var/lib/wikijs
|
||||
chown 5494:5494 "$pkgdir"/var/lib/wikijs
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue