From bccf1092b45335354915aed28d289b17477fca8a Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Thu, 1 Feb 2007 17:14:56 +0000 Subject: [PATCH] create bindir before installing into it --- dcraw.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/dcraw.spec b/dcraw.spec index 86047f9..d3f5aad 100644 --- a/dcraw.spec +++ b/dcraw.spec @@ -29,6 +29,7 @@ done %install rm -rf %buildroot +install -d -m 0755 %{buildroot}%{_bindir} install -m 0755 dcraw %{buildroot}%{_bindir} # install language catalogs