correct rpm5 ecalls
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
DEPEND=">=app-arch/rpm5offset-9.0"
|
||||
|
||||
# extracts the contents of the RPM in ${WORKDIR}
|
||||
rpm_unpack() {
|
||||
rpm5_unpack() {
|
||||
local rpmfile rpmoff decompcmd
|
||||
rpmfile=$1
|
||||
if [ -z "${rpmfile}" ]; then
|
||||
@@ -61,7 +61,7 @@ rpm_unpack() {
|
||||
return 0
|
||||
}
|
||||
|
||||
rpm_src_unpack() {
|
||||
rpm5_src_unpack() {
|
||||
local x prefix ext myfail OLD_DISTDIR
|
||||
|
||||
for x in ${A}; do
|
||||
|
||||
Reference in New Issue
Block a user