From 000afa705c724384df9df011a9550b3f2304f2ca Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Jan 29 2013 21:23:41 +0000 Subject: Need to cd down one in order to run createrepo. --- diff --git a/infra-yum.txt b/infra-yum.txt index 48d6544..98d2370 100644 --- a/infra-yum.txt +++ b/infra-yum.txt @@ -75,6 +75,7 @@ Re-creating the repo cd /mnt/fedora/app/fi-repo/el/5/ cp ~/rpms/RPMS/myPack-1.0.noarch.rpm ./i386/ + cd i386/ createrepo -d --update ./ Easy as that.