xorg-server: move /var to main pkg.

This commit is contained in:
Juan RP 2013-04-17 12:58:26 +02:00
parent da1daac152
commit 26d090783f
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'xorg-server'.
pkgname=xorg-server
version=1.13.4
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-ipv6 --enable-xcsecurity --enable-record
--enable-xnest --enable-xephyr --enable-composite --enable-xvfb
@ -113,5 +113,6 @@ xorg-server_package() {
pkg_install() {
vmove etc
vmove usr
vmove var
}
}