Merge pull request #1163 from nmeum/xinit

xinit: Use vlicense
This commit is contained in:
Juan RP 2015-03-19 08:01:17 +01:00
commit 0af590137e

View file

@ -1,7 +1,7 @@
# Template build file for 'xinit'.
pkgname=xinit
version=1.3.4
revision=2
revision=3
build_style=gnu-configure
configure_args="--with-xinitdir=/etc/X11/xinit"
hostmakedepends="pkg-config"
@ -22,5 +22,5 @@ post_install() {
vinstall ${FILESDIR}/xinitrc 644 etc/skel .xinitrc
vinstall ${FILESDIR}/xsession 644 etc/skel .xsession
vinstall ${FILESDIR}/xserverrc 644 etc/X11/xinit
vinstall COPYING 644 usr/share/licenses/${pkgname}
vlicense COPYING
}