mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-daemonize: fix post_install
This commit is contained in:
parent
e1388e4ffd
commit
2c90f89b3f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-daemonize'
|
# Template file for 'python3-daemonize'
|
||||||
pkgname=python3-daemonize
|
pkgname=python3-daemonize
|
||||||
version=2.5.0
|
version=2.5.0
|
||||||
revision=5
|
revision=6
|
||||||
wrksrc="daemonize-${version}"
|
wrksrc="daemonize-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -13,6 +13,6 @@ homepage="https://github.com/thesharp/daemonize"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=72ed6f7de45a50feea51017df8cf0829a903ca8b8d0b2453261dfbb1cdeb9481
|
checksum=72ed6f7de45a50feea51017df8cf0829a903ca8b8d0b2453261dfbb1cdeb9481
|
||||||
|
|
||||||
post_Install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue