From c586224113382b1cc52b2606d54ac56032857780 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 18 Nov 2008 21:36:06 +0000 Subject: [PATCH] stupid me --- nodeconfig.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/nodeconfig.spec b/nodeconfig.spec index 3978bbe..c130029 100644 --- a/nodeconfig.spec +++ b/nodeconfig.spec @@ -84,16 +84,17 @@ install -D -m 644 ./yum/%{distroname}/yum.conf $RPM_BUILD_ROOT/var/www/htm # expose the (fcdistro-dependant) stock.repo as https:///yum/stock.repo install -D -m 644 ./yum/%{distroname}/yum.myplc.d/stock.repo $RPM_BUILD_ROOT/var/www/html/yum/stock.repo -# the boot manager upload area -mkdir -p /var/log/bm -chown apache:apache /var/log/bm -chmod 700 /var/log/bm - popd %clean rm -rf $RPM_BUILD_ROOT +%post +# the boot manager upload area +mkdir -p /var/log/bm +chown apache:apache /var/log/bm +chmod 700 /var/log/bm + %files %defattr(-,root,root,-) /var/www/html/boot -- 2.43.0