rpmextract: fixed depends + vmkdir

This commit is contained in:
Ypnose 2013-08-17 14:01:30 +02:00
parent 5cff6ef9ee
commit 844fbb4604

View file

@ -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