summaryrefslogtreecommitdiffstats
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-05-04 11:11:34 -0400
commit25cd0596ddc4bb4d81522f5b4e5910c368c55930 (patch)
tree25064075f41c086f78e9d09adc18f16bcf9482ee
parentb74454be62e19ee806a508c55030ba67b4279c92 (diff)
downloadbcfg2-25cd0596ddc4bb4d81522f5b4e5910c368c55930.tar.gz
bcfg2-25cd0596ddc4bb4d81522f5b4e5910c368c55930.tar.bz2
bcfg2-25cd0596ddc4bb4d81522f5b4e5910c368c55930.zip
fixed missing %{buildroot}
-rw-r--r--misc/bcfg2.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec
index 24328f8de..9a2f6f879 100644
--- a/misc/bcfg2.spec
+++ b/misc/bcfg2.spec
@@ -266,7 +266,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