summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc1ae3d5874e..99f9466e3ad1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=wwwoffle
pkgname="${_pkgname}-svn"
# _pkgver=2.9i
-pkgver=2.9j.r2219
+pkgver=2.9j.r2220
pkgrel=1
pkgdesc="Simple caching proxy server with special features (request, recursive fetch, ...) for use with dial-up internet links. Includes startup scripts for OpenRC, System V init, systemd."
arch=('i686' 'x86_64' 'arm' 'arm64')
@@ -161,6 +161,7 @@ package() {
### Install the software.
make DESTDIR="${pkgdir}" install
+ mv "${pkgdir}/etc/wwwoffle.conf" "${pkgdir}/etc/wwwoffle.conf.template"
### Move documentation into the place we want it.
mkdir -p "${pkgdir}/usr/share"