summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOlivier Le Moal2022-06-09 16:42:18 +0200
committerOlivier Le Moal2022-06-09 16:42:18 +0200
commit09b755631ad36331e38680f2a47f7c3d6c1a3b5f (patch)
treedd1e3439a367072127eeccfc895ebf922c5447c1 /PKGBUILD
parent905f59598c163daf4167eb5e6416af25f8a42e08 (diff)
downloadaur-09b755631ad36331e38680f2a47f7c3d6c1a3b5f.tar.gz
Move responder db to /var/lib
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02430f8947af..cbeffb75705e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,6 +29,7 @@ package() {
# Install directory and contents
install -d "${pkgdir}/usr/share/${pkgname}"
install -d "${pkgdir}/var/log/${pkgname}"
+ install -d "${pkgdir}/var/lib/${pkgname}"
cp -ar * "${pkgdir}/usr/share/${pkgname}/"
# Docs