From 09e85c2436efacb0e10dceeb0500d9f2599f6cae Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Tue, 10 Jul 2012 15:27:57 +0400 Subject: [PATCH] [iso] Moved rpms into repository root from root/Packages --- iso/module.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iso/module.mk b/iso/module.mk index 00f6b3c7a..71af0df0d 100644 --- a/iso/module.mk +++ b/iso/module.mk @@ -296,11 +296,11 @@ $/isoroot-pool.done: $/apt-cache.done $(ACTION.TOUCH) $/isoroot-rpm.done: $/rpm-cache.done $/rpm-groups.done - mkdir -p $(ISOROOT)/centos/$(CENTOSRELEASE)/Packages + mkdir -p $(ISOROOT)/centos/$(CENTOSRELEASE) find $/rpm/Packages -name '*.rpm' | while read rpmfile; do \ - cp -n $${rpmfile} $(ISOROOT)/centos/$(CENTOSRELEASE)/Packages/ ; \ + cp -n $${rpmfile} $(ISOROOT)/centos/$(CENTOSRELEASE)/ ; \ done - createrepo -g `readlink -f "$/rpm/comps.xml"` -o $(ISOROOT)/centos/$(CENTOSRELEASE) $(ISOROOT)/centos/$(CENTOSRELEASE)/Packages + createrepo -g `readlink -f "$/rpm/comps.xml"` -o $(ISOROOT)/centos/$(CENTOSRELEASE) $(ISOROOT)/centos/$(CENTOSRELEASE) $(ACTION.TOUCH) $/isoroot-keyring.done: $/isoroot-pool.done $/debian/ubuntu-keyring/.done