correct rpm5 ecalls

This commit is contained in:
geos_one
2009-04-02 19:15:37 +00:00
parent c8122b8e6c
commit 3695e498ca
6 changed files with 12 additions and 4 deletions

View File

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