From 25cd0596ddc4bb4d81522f5b4e5910c368c55930 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Fri, 27 Apr 2012 14:52:27 -0400 Subject: fixed missing %{buildroot} --- misc/bcfg2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22