Apply a patch fromkent robotti:

Renamed unrpm to original rpmunpack, so you can use an included shell script
    called unrpm as a front end to it.

    There's also a shell script called undeb included for debian packages.

    Change undeb and unrpm scripts to work with the busybox tar and gunzip.
This commit is contained in:
Eric Andersen
2000-11-29 21:38:11 +00:00
parent d58ff8731c
commit e500d20835
7 changed files with 29 additions and 29 deletions

View File

@ -84,6 +84,7 @@
#define BB_RM
#define BB_RMDIR
#define BB_RMMOD
#define BB_RPMUNPACK
#define BB_SED
#define BB_SETKEYCODES
#define BB_SH
@ -101,7 +102,6 @@
#define BB_TR
#define BB_TRUE_FALSE
#define BB_TTY
#define BB_UNRPM
#define BB_UPTIME
#define BB_USLEEP
#define BB_WC