version 0.8.0-3

- typo in --with-systemdsystemunitdir configure option was
  keeping systemd service files from being installed
This commit is contained in:
Brian Bidulock 2015-06-24 06:59:46 -06:00
parent 56eaa8f8f5
commit b4164698a0
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = xrdp
pkgdesc = An open source remote desktop protocol (RDP) server
pkgver = 0.8.0
pkgrel = 2
pkgrel = 3
url = http://xrdp.sourceforge.net/
install = xrdp.install
arch = i686

View file

@ -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 \