lxcfs: use absolute path with make_dirs
This commit is contained in:
parent
4c59c6f834
commit
6bce4daed9
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lxcfs'
|
||||
pkgname=lxcfs
|
||||
version=3.0.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="fuse-devel"
|
||||
|
@ -12,7 +12,7 @@ homepage="https://linuxcontainers.org/lxcfs/"
|
|||
distfiles="https://linuxcontainers.org/downloads/lxcfs/lxcfs-${version}.tar.gz"
|
||||
checksum=890aa30d960d9b1e53b0c0712bf645c1f1924f750e32cd090f368c1338bd462f
|
||||
|
||||
make_dirs="var/lib/lxcfs 0755 root root"
|
||||
make_dirs="/var/lib/lxcfs 0755 root root"
|
||||
|
||||
post_install() {
|
||||
vsv lxcfs
|
||||
|
|
Loading…
Reference in a new issue