diff --git a/openswan.spec b/openswan.spec index c65f5d9..2c29b34 100644 --- a/openswan.spec +++ b/openswan.spec @@ -96,7 +96,9 @@ This is the documentation for Openswan. find . -type f -name "*.html" -exec dos2unix {} \; # Try to workaround messed up man generation on install -cat programs/_confread/d.ipsec.conf/order.txt >programs/_confread/ipsec.conf.5.xml +pushd programs/_confread +cat `cat d.ipsec.conf/order.txt` >ipsec.conf.5.xml +popd %build %serverbuild