rpm applet by Laurence Anderson

This commit is contained in:
Glenn L McGrath
2002-12-10 00:17:22 +00:00
parent 62fae308a3
commit b72a735a32
11 changed files with 565 additions and 162 deletions

View File

@ -440,6 +440,9 @@
#ifdef CONFIG_ROUTE
APPLET(route, route_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_RPM
APPLET(rpm, rpm_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_RPM2CPIO
APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif