From c00d0c1d1a57895451bb479bf11a33d59cdf8635 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(-) (limited to 'misc') 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 -- cgit v1.2.3-1-g7c22