Browse Source

remove a stray backslash

master
parent
commit
4108bc3f56
  1. 4
      db/db.spec

4
db/db.spec

@ -37,7 +37,7 @@ Class: BASE
Group: Database
License: BSD
Version: %{V_version}.%{V_revision}
Release: 20071011
Release: 20071018
# package options
%option with_compat no
@ -127,7 +127,7 @@ AutoReqProv: no
rm -rf $RPM_BUILD_ROOT
( cd build_unix
%{l_make} %{l_mflags} install \
prefix=$RPM_BUILD_ROOT%{l_prefix} \
prefix=$RPM_BUILD_ROOT%{l_prefix}
) || exit $?
# strip down installation

Loading…
Cancel
Save