Logoj0ke.net Open Build Service > Projects > server:monitoring > ldns > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed ldns.spec
x
 
1
@@ -81,9 +81,9 @@
2
 popd
3
 
4
 %install
5
-%makeinstall
6
-%makeinstall -C examples
7
-%makeinstall -C drill
8
+%__make DESTDIR=%{buildroot} install
9
+%__make DESTDIR=%{buildroot} install -C examples
10
+%__make DESTDIR=%{buildroot} install -C drill
11
 %{__rm} -v %{buildroot}%{_libdir}/libldns.*a
12
 %{__rm} -rv doc/doxyparse.pl doc/man/
13
 #
14