Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-24 21:37:07 +0400
committerEric Andersen <andersen@codepoet.org>2001-10-24 21:37:07 +0400
commit99702ab221f3428716cf5ae2bebbccc3029e1398 (patch)
tree7153658da65a7747566dd05c86f8f4788fa234ec /archival
parentb78d9b56eb0fe4ba8b347f12848ab4154805f4c5 (diff)
Fix variable name -- was stuck at the old RPMUNPACK value. Doh!
Diffstat (limited to 'archival')
-rw-r--r--archival/Makefile2
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