Remove a couple of leftovers
This commit is contained in:
parent
4dac1ea4c1
commit
660e8dc557
@ -378,12 +378,6 @@ build --enable-bat --htmldir=%{_datadir}/doc/bacula-console-bat-%{version}
|
||||
build --disable-bat
|
||||
%endif
|
||||
|
||||
if test $? != 0; then
|
||||
tail -500 config.log
|
||||
: configure failed
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Remove RPATH
|
||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
@ -428,8 +422,6 @@ rm -f %{buildroot}%{_libdir}/libbaccats-%{version}.so
|
||||
# Install sample query file
|
||||
%{__install} -m0640 examples/sample-query.sql %{buildroot}%{_sysconfdir}/bacula/query.sql
|
||||
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
|
||||
%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
|
||||
# Bat
|
||||
install -m 644 -D src/qt-console/images/bat_icon.png %{buildroot}%{_datadir}/pixmaps/bat.png
|
||||
|
Loading…
Reference in New Issue
Block a user