Compare commits
1 commit
03204bb65f
...
5f8fbe32aa
Author | SHA1 | Date | |
---|---|---|---|
5f8fbe32aa |
1 changed files with 6 additions and 2 deletions
|
@ -269,11 +269,15 @@ package() {
|
|||
"$destdir" \
|
||||
"$destdir"/web \
|
||||
"$pkgdir"/usr/bin \
|
||||
"$pkgdir"/usr/share/doc
|
||||
"$pkgdir"/usr/share/doc \
|
||||
"$pkgdir"/var/lib/authentik
|
||||
|
||||
cp -rl authentik lifecycle locale tests blueprints \
|
||||
cp -rl authentik lifecycle locale tests \
|
||||
"$destdir"/
|
||||
|
||||
cp -rl blueprints \
|
||||
"$pkgdir"/var/lib/authentik/
|
||||
|
||||
cp -rl web/dist web/authentik \
|
||||
"$destdir"/web/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue