rpm2cpio applet by Laurence Anderson

This commit is contained in:
Glenn L McGrath
2001-06-26 01:19:34 +00:00
parent 6c947d289f
commit f8736d251e
12 changed files with 222 additions and 12 deletions

View File

@@ -326,6 +326,9 @@
#ifdef BB_ROUTE
APPLET(route, route_main, _BB_DIR_USR_BIN)
#endif
#ifdef BB_RPM2CPIO
APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN)
#endif
#ifdef BB_RPMUNPACK
APPLET(rpmunpack, rpmunpack_main, _BB_DIR_USR_BIN)
#endif