summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-04-27 14:52:27 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-04-27 14:52:27 -0400
commitc00d0c1d1a57895451bb479bf11a33d59cdf8635 (patch)
tree62134b4323dacad3d5d9c42612486c4dc167e40d /misc
parent81f03942e5b5c3d30331745f8ab4c4845acd9d83 (diff)
downloadbcfg2-c00d0c1d1a57895451bb479bf11a33d59cdf8635.tar.gz
bcfg2-c00d0c1d1a57895451bb479bf11a33d59cdf8635.tar.bz2
bcfg2-c00d0c1d1a57895451bb479bf11a33d59cdf8635.zip
fixed missing %{buildroot}
Diffstat (limited to 'misc')
-rw-r--r--misc/bcfg2.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec
index c3cc2f7be..75c6090a0 100644
--- a/misc/bcfg2.spec
+++ b/misc/bcfg2.spec
@@ -270,7 +270,7 @@ mv build/dtd %{buildroot}%{_defaultdocdir}/bcfg2-doc-%{version}/
# mandriva and RHEL 5 cannot handle %ghost without the file existing,
# so let's touch a bunch of empty config files
-touch %{buildroot}%{_sysconfdir}/bcfg2.conf %{_sysconfdir}/bcfg2-web.conf
+touch %{buildroot}%{_sysconfdir}/bcfg2.conf %{buildroot}%{_sysconfdir}/bcfg2-web.conf
%clean
[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} || exit 2