1
0
mirror of https://github.com/sheumann/hush.git synced 2025-04-05 14:37:12 +00:00

Fix variable name -- was stuck at the old RPMUNPACK value. Doh!

This commit is contained in:
Eric Andersen 2001-10-24 17:37:07 +00:00
parent b78d9b56eb
commit 99702ab221

@ -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