Use make_install macro
This commit is contained in:
parent
ed12b852ea
commit
67f5642279
@ -67,7 +67,7 @@ you through configuring it. It is integrated with gdm.
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
%make_install
|
||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
# Desktop file does not (and probably will not) ever validate, as it uses
|
||||
@ -103,6 +103,7 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null ||
|
||||
%changelog
|
||||
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
|
||||
- Update to 3.17.90
|
||||
- Use make_install macro
|
||||
|
||||
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 3.17.4-2
|
||||
- Rebuilt for libcheese soname bump
|
||||
|
Loading…
Reference in New Issue
Block a user