rpmextract: fixed depends + vmkdir
This commit is contained in:
parent
5cff6ef9ee
commit
844fbb4604
1 changed files with 1 additions and 2 deletions
|
@ -11,13 +11,12 @@ nofetch=yes
|
||||||
noextract=yes
|
noextract=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/bin
|
|
||||||
vinstall ${FILESDIR}/rpm2cpio 755 usr/bin
|
vinstall ${FILESDIR}/rpm2cpio 755 usr/bin
|
||||||
vinstall ${FILESDIR}/rpmextract 755 usr/bin
|
vinstall ${FILESDIR}/rpmextract 755 usr/bin
|
||||||
}
|
}
|
||||||
|
|
||||||
rpmextract_package() {
|
rpmextract_package() {
|
||||||
depends="bash libarchive coreutils"
|
depends="bash bsdtar coreutils"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove usr
|
||||||
|
|
Loading…
Reference in a new issue