Use make_install macro

f38
Kalev Lember 10 years ago
parent f66306d6aa
commit b61ee963bb

@ -33,7 +33,7 @@ scanner and quickly have the image/document in an appropriate format.
make V=1 %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} INSTALL="install -p" install
%make_install
%find_lang %{name} --with-man --with-gnome
@ -63,6 +63,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%changelog
* Wed Aug 19 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
- Update to 3.17.90
- Use make_install macro
* Sun Jul 19 2015 David King <amigadave@amigadave.com> - 3.17.4-1
- Update to 3.17.4

Loading…
Cancel
Save