sinit: modify post_install
This commit is contained in:
parent
833e5c4de4
commit
2f46a91c4d
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'sinit'
|
||||
pkgname=sinit
|
||||
version=0.9
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
replaces="sinit>=0"
|
||||
short_desc="A simple init, initially based on Rich Felker’s minimal init"
|
||||
|
@ -17,6 +17,6 @@ pre_build() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||
vinstall README 644 usr/share/doc/${pkgname}
|
||||
vlicense LICENSE
|
||||
vdoc README
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue