summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelics@felics-tablet2016-03-05 21:49:44 +0100
committerfelics@felics-tablet2016-03-05 21:49:44 +0100
commit8ecb9446f556757d08e364a3e660dcfceee5cc8d (patch)
treec1aabe2976b6daa23485508ce638e7b200bfb4ae
parent71e2e7c48fb467a8186e97cda9531ec2a08c1b37 (diff)
downloadaur-8ecb9446f556757d08e364a3e660dcfceee5cc8d.tar.gz
Fixed installation of configuration file template.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99f9466e3ad1..b7f4e9079a72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgname=wwwoffle
pkgname="${_pkgname}-svn"
# _pkgver=2.9i
pkgver=2.9j.r2220
-pkgrel=1
+pkgrel=2
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')
url="http://www.gedanken.org.uk/software/wwwoffle/"
@@ -161,7 +161,7 @@ package() {
### Install the software.
make DESTDIR="${pkgdir}" install
- mv "${pkgdir}/etc/wwwoffle.conf" "${pkgdir}/etc/wwwoffle.conf.template"
+ mv "${pkgdir}/etc/wwwoffle/wwwoffle.conf" "${pkgdir}/etc/wwwoffle/wwwoffle.conf.template"
### Move documentation into the place we want it.
mkdir -p "${pkgdir}/usr/share"