summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2015-06-24 06:59:46 -0600
committerBrian Bidulock2015-06-24 06:59:46 -0600
commitb4164698a078ab895ace7ffce6dd4b6b42371baa (patch)
tree39b15611b18a20e7417724e575f6ed9c51a6e7d1 /PKGBUILD
parent56eaa8f8f5f7e02ed0318d2c321d9ac3f2747f46 (diff)
downloadaur-b4164698a078ab895ace7ffce6dd4b6b42371baa.tar.gz
version 0.8.0-3
- typo in --with-systemdsystemunitdir configure option was keeping systemd service files from being installed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9884314c00a4..657a62748274 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Mathias R. <pu154r@overlinux.org>
pkgname=xrdp
pkgver=0.8.0
-pkgrel=2
+pkgrel=3
pkgdesc="An open source remote desktop protocol (RDP) server"
url="http://xrdp.sourceforge.net/"
arch=('i686' 'x86_64' 'armv6h')
@@ -40,7 +40,7 @@ build() {
--sysconfdir=/etc \
--localstatedir=/var \
--sbindir=/usr/bin \
- --with-systemdsystemdunitdir=/usr/lib/systemd/system \
+ --with-systemdsystemunitdir=/usr/lib/systemd/system \
--enable-jpeg \
--enable-simplesound \
--enable-fuse \