diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2006-07-25 07:12:48 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2006-07-25 07:12:48 +0000 |
commit | 0c7f8154a85abc3edcacbfb4aa969b0e01874f86 (patch) | |
tree | 1da2e157539da5db80f5ce7399d6f5a0350dc1d6 /firefox.spec | |
parent | - Make sure that the prefix is properly set. (diff) | |
download | librewolf-fedora-ff-0c7f8154a85abc3edcacbfb4aa969b0e01874f86.tar.gz librewolf-fedora-ff-0c7f8154a85abc3edcacbfb4aa969b0e01874f86.tar.bz2 librewolf-fedora-ff-0c7f8154a85abc3edcacbfb4aa969b0e01874f86.zip |
evil hack to work around prefix not getting respected
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 15dd0b7..a689fb2 100644 --- a/firefox.spec +++ b/firefox.spec @@ -261,6 +261,7 @@ find $RPM_BUILD_ROOT/fftemp%{_includedir}/firefox-%{version}/ -type f | \ find $RPM_BUILD_ROOT/fftemp%{_datadir}/idl/firefox-%{version}/ -type f | \ sed -e "s,$RPM_BUILD_ROOT,," >> \ %{builddir}/firefox-devel.list +sed -i -e 's,^%{_prefix}/local,%{_prefix},' %{builddir}/firefox-devel.list install -c -m 755 dist/bin/xpcshell \ dist/bin/xpidl \ dist/bin/xpt_dump \ |