move the /var/log/bm creation into %post.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 27 Feb 2009 16:13:07 +0000 (16:13 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 27 Feb 2009 16:13:07 +0000 (16:13 +0000)
nodeconfig.spec

index 835891b..b391ccf 100644 (file)
@@ -58,6 +58,7 @@ done
 # let's be conservative and exclude codebase files, though there should not be any
 rsync -a --exclude \*.spec --exclude .svn --exclude \*.in ./ $RPM_BUILD_ROOT/var/www/html/
 
+%post
 # the boot manager upload area
 mkdir -p /var/log/bm
 chown apache:apache /var/log/bm