b187ea296a
Sorry for the noise.. the fix invovles actually THIS one AND a change in doxygen... neither of the two manages to solve it completely OBS-URL: https://build.opensuse.org/request/show/329143 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=51
5 lines
131 B
Bash
5 lines
131 B
Bash
#!/bin/bash
|
|
|
|
sed 's/%define.*build_man.*0/%define build_man 1/' tevent.spec > tevent-man.spec
|
|
cp tevent.changes tevent-man.changes
|