From a559eea8194206321604f2e53210b82d5b9c9089 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 21 Mar 2006 14:57:29 +0000 Subject: [PATCH] - run createrepo as well - if run under sudo, allow user to delete the headers/ and repodata/ directories --- build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.sh b/build.sh index 72a5033..472cd13 100755 --- a/build.sh +++ b/build.sh @@ -111,6 +111,12 @@ EOF # system. if [ -n "$RPM_BUILD_DIR" ] ; then yum-arch $(dirname $RPM_BUILD_DIR)/RPMS + createrepo $(dirname $RPM_BUILD_DIR)/RPMS || : + # If run under sudo, allow user to delete the headers/ and + # repodata/ directories. + if [ -n "$SUDO_USER" ] ; then + chown -R $SUDO_USER $(dirname $RPM_BUILD_DIR)/RPMS + fi cat >>yum.conf <