diff options
author | Chris Lumens <clumens@redhat.com> | 2008-07-16 14:09:25 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2008-08-21 14:29:52 -0400 |
commit | 98b3e12ac5d54c5d33c03de8f175daf196734b41 (patch) | |
tree | 46016604ce7e98455bf5d0c9ac725b71859160ba /Makefile | |
parent | f7f4a89b782806e71dfe7f125de82351197a0b07 (diff) | |
download | anaconda-98b3e12ac5d54c5d33c03de8f175daf196734b41.tar.gz anaconda-98b3e12ac5d54c5d33c03de8f175daf196734b41.tar.xz anaconda-98b3e12ac5d54c5d33c03de8f175daf196734b41.zip |
Create a subpackage containing the yum plugins.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ CVSROOT ?= ${CVSROOT:-$(shell cat CVS/Root 2>/dev/null)} SUBDIRS = isys loader2 po \ textw utils scripts bootdisk installclasses \ - iw pixmaps command-stubs ui docs + iw pixmaps command-stubs ui docs yum-plugins # fonts aren't on s390/s390x ifeq (,$(filter s390 s390x, $(ARCH))) SUBDIRS += fonts |