diff options
author | neon_arch | 2023-09-13 19:49:49 +0300 |
---|---|---|
committer | neon_arch | 2023-09-13 19:49:49 +0300 |
commit | faac14fc88ad8c8930260bed32e5d0ade4e2f7b0 (patch) | |
tree | a07dbd35421096bf08b60feec6bad1bb6173933f | |
parent | c2429395514b5aa4bef3687edc754ca5fe349d81 (diff) | |
download | aur-faac14fc88ad8c8930260bed32e5d0ade4e2f7b0.tar.gz |
🧹 chore: put custom filter list files in proper locations
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,8 @@ package() { cp -rf public/ ${pkgdir}/opt/websurfx/public/ install -Dm755 target/release/websurfx "${pkgdir}/usr/bin/websurfx" install -Dm644 websurfx/config.lua "${pkgdir}/etc/xdg/websurfx/config.lua" + install -Dm644 websurfx/allowlist.txt "${pkgdir}/etc/xdg/websurfx/allowlist.txt" + install -Dm644 websurfx/blocklist.txt "${pkgdir}/etc/xdg/websurfx/blocklist.txt" install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } |