fakeroot: update to 1.20.
This commit is contained in:
parent
bf334b7377
commit
5e787a804e
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'fakeroot'
|
||||
pkgname=fakeroot
|
||||
version=1.18.4
|
||||
revision=2
|
||||
version=1.20
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="libcap-devel"
|
||||
configure_args="--disable-static"
|
||||
short_desc="Gives a fake root environment"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -24,6 +25,6 @@ post_install() {
|
|||
fakeroot_package() {
|
||||
conflicts="chroot-fakeroot>=0"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue