binfmt-support: create /var/lib/binfmts directory
This commit is contained in:
parent
283896faa3
commit
5c4c54c07b
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'binfmt-support'
|
||||
pkgname=binfmt-support
|
||||
version=2.1.5
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libpipeline-devel"
|
||||
|
@ -11,6 +11,7 @@ license="GPL-3"
|
|||
homepage="http://packages.debian.org/en/sid/binfmt-support"
|
||||
distfiles="${DEBIAN_SITE}/main/b/binfmt-support/binfmt-support_$version.orig.tar.gz"
|
||||
checksum=4896f6bf86b0d918025bb88718f89923a4cf8c25f37c07cd76ebb75c52f9e8eb
|
||||
make_dirs="/var/lib/binfmts 0755 root root"
|
||||
|
||||
post_install() {
|
||||
rm -r ${DESTDIR}/etc/init
|
||||
|
|
Loading…
Reference in a new issue