diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-10-24 17:37:07 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-10-24 17:37:07 +0000 |
commit | 99702ab221f3428716cf5ae2bebbccc3029e1398 (patch) | |
tree | 7153658da65a7747566dd05c86f8f4788fa234ec /archival | |
parent | b78d9b56eb0fe4ba8b347f12848ab4154805f4c5 (diff) | |
download | busybox-99702ab221f3428716cf5ae2bebbccc3029e1398.tar.gz |
Fix variable name -- was stuck at the old RPMUNPACK value. Doh!
Diffstat (limited to 'archival')
-rw-r--r-- | archival/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/Makefile b/archival/Makefile index 66c2d0b6b..2d5fa2a64 100644 --- a/archival/Makefile +++ b/archival/Makefile @@ -31,7 +31,7 @@ obj-$(CONFIG_DPKG) += dpkg.o obj-$(CONFIG_DPKG_DEB) += dpkg_deb.o obj-$(CONFIG_GUNZIP) += gunzip.o obj-$(CONFIG_GZIP) += gzip.o -obj-$(CONFIG_RPMUNPACK) += rpm2cpio.o +obj-$(CONFIG_RPM2CPIO) += rpm2cpio.o obj-$(CONFIG_TAR) += tar.o |