[arch-commits] Commit in x11vnc/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Mon Oct 15 01:59:26 UTC 2012


    Date: Sunday, October 14, 2012 @ 21:59:26
  Author: bisson
Revision: 168730

actually install service file

Modified:
  x11vnc/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-14 23:01:20 UTC (rev 168729)
+++ PKGBUILD	2012-10-15 01:59:26 UTC (rev 168730)
@@ -4,7 +4,7 @@
 
 pkgname=x11vnc
 pkgver=0.9.13
-pkgrel=2
+pkgrel=3
 pkgdesc='VNC server for real X displays'
 url='http://www.karlrunge.com/x11vnc/'
 arch=('i686' 'x86_64')
@@ -32,5 +32,6 @@
 	make DESTDIR="${pkgdir}" install
 	install -Dm755 ../rc.d "${pkgdir}/etc/rc.d/x11vnc"
 	install -Dm644 ../conf.d "${pkgdir}/etc/conf.d/x11vnc"
+	install -Dm644 ../service "${pkgdir}/usr/lib/systemd/system/x11vnc.service"
 	rm -fr "${pkgdir}"/usr/include/rfb # provided by libvncserver
 }




More information about the arch-commits mailing list