diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-13 14:47:17 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-13 14:47:17 +0000 |
commit | ce0d08083883b7b8c7a681413bef1d902f152fdc (patch) | |
tree | 3d4a519632cb165925255ec01a823ac85adb6197 | |
parent | e2718778e6330ff4d3828a34bab9c2b928204623 (diff) | |
download | gst-plugins-bad-ce0d08083883b7b8c7a681413bef1d902f152fdc.tar.gz gst-plugins-bad-ce0d08083883b7b8c7a681413bef1d902f152fdc.tar.bz2 gst-plugins-bad-ce0d08083883b7b8c7a681413bef1d902f152fdc.zip |
this should fix it
Original commit message from CVS:
this should fix it
-rw-r--r-- | gst-plugins.spec.in | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index aa32ec47..5623cbb4 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -68,8 +68,20 @@ fi %install [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 -make install prefix=$RPM_BUILD_ROOT%{prefix} \ - sysconfdir=$RPM_BUILD_ROOT%{sysconfdir} +make prefix=%{?buildroot:%{buildroot}}%{_prefix} \ + exec_prefix=%{?buildroot:%{buildroot}}%{_exec_prefix} \ + bindir=%{?buildroot:%{buildroot}}%{_bindir} \ + sbindir=%{?buildroot:%{buildroot}}%{_sbindir} \ + sysconfdir=%{?buildroot:%{buildroot}}%{_sysconfdir} \ + datadir=%{?buildroot:%{buildroot}}%{_datadir} \ + includedir=%{?buildroot:%{buildroot}}%{_includedir} \ + libdir=%{?buildroot:%{buildroot}}%{_libdir} \ + libexecdir=%{?buildroot:%{buildroot}}%{_libexecdir} \ + localstatedir=%{?buildroot:%{buildroot}}%{_localstatedir} \ + sharedstatedir=%{?buildroot:%{buildroot}}%{_sharedstatedir} \ + mandir=%{?buildroot:%{buildroot}}%{_mandir} \ + infodir=%{?buildroot:%{buildroot}}%{_infodir} \ + install unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL %clean |