mirror of
https://github.com/archlinux/aur.git
synced 2026-02-19 03:05:49 +01:00
version 0.8.0-3
- typo in --with-systemdsystemunitdir configure option was keeping systemd service files from being installed
This commit is contained in:
parent
56eaa8f8f5
commit
b4164698a0
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue