schroot: fix build
This commit is contained in:
parent
b54c327949
commit
ea5934476e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'schroot'
|
# Template file for 'schroot'
|
||||||
pkgname=schroot
|
pkgname=schroot
|
||||||
version=1.7.2
|
version=1.7.2
|
||||||
revision=5
|
revision=6
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="
|
configure_args="
|
||||||
-DCMAKE_INSTALL_SYSCONFDIR=/etc
|
-DCMAKE_INSTALL_SYSCONFDIR=/etc
|
||||||
|
@ -55,7 +55,7 @@ make_dirs="
|
||||||
/var/lib/schroot/mount 0755 root root
|
/var/lib/schroot/mount 0755 root root
|
||||||
/etc/schroot/chroot.d 0755 root root"
|
/etc/schroot/chroot.d 0755 root root"
|
||||||
hostmakedepends="cmake pkg-config groff"
|
hostmakedepends="cmake pkg-config groff"
|
||||||
makedepends="boost-devel pam-devel lockdev-devel libuuid-devel e2fsprogs-devel"
|
makedepends="boost-devel pam-devel lockdev-devel libuuid-devel e2fsprogs-devel gtest-devel"
|
||||||
short_desc="Allows users to execute commands in different chroots"
|
short_desc="Allows users to execute commands in different chroots"
|
||||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue