From 47b4c02ce918386a5ebdde11381fabe30ebde21d Mon Sep 17 00:00:00 2001 From: Bjoern Sikora Date: Thu, 15 Oct 2009 16:59:26 +0200 Subject: [PATCH] We need to switch to build dir in install section, too. --- bpdyndnsd.spec | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/bpdyndnsd.spec b/bpdyndnsd.spec index adbb99f..5c7b03b 100644 --- a/bpdyndnsd.spec +++ b/bpdyndnsd.spec @@ -30,7 +30,9 @@ cmake .. make %install +cd build make DESTDIR=%{buildroot} install +cd .. %{__mkdir_p} %{buildroot}/etc/bpdyndnsd install -m 640 config/bpdyndnsd.conf %{buildroot}/etc/bpdyndnsd/ %{__mkdir_p} %{buildroot}/etc/init.d -- 1.7.1