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