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