- oops, db svc util is named differently in fedora
This commit is contained in:
parent
1fe0077c88
commit
0b7fe47218
6
rpm.spec
6
rpm.spec
@ -228,12 +228,14 @@ done
|
|||||||
|
|
||||||
# plant links to db utils as rpmdb_foo so existing documantion is usable
|
# plant links to db utils as rpmdb_foo so existing documantion is usable
|
||||||
%if %{without int_bdb}
|
%if %{without int_bdb}
|
||||||
|
dbprefix=db45
|
||||||
for dbutil in \
|
for dbutil in \
|
||||||
archive deadlock dump load printlog \
|
archive deadlock dump load printlog \
|
||||||
recover stat svc upgrade verify
|
recover stat upgrade verify
|
||||||
do
|
do
|
||||||
ln -s ../../bin/db45_$dbutil $RPM_BUILD_ROOT/%{rpmhome}/rpmdb_$dbutil
|
ln -s ../../bin/${dbprefix}_${dbutil} $RPM_BUILD_ROOT/%{rpmhome}/rpmdb_${dbutil}
|
||||||
done
|
done
|
||||||
|
ln -s ../../bin/berkeley_${dbprefix}_svc $RPM_BUILD_ROOT/%{rpmhome}/rpmdb_svc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user