cygwin: doc: Fix doc install path in postinstall script
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
95e66aae33
commit
0220e40e8f
@ -26,9 +26,7 @@ do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
cygver=$($un -r) # release - numeric version (build info)
|
doc=/usr/share/doc/cygwin-doc
|
||||||
cygver=${cygver%\(*\)} # strip build info
|
|
||||||
doc=/usr/share/doc/cygwin-$cygver
|
|
||||||
html=$doc/html
|
html=$doc/html
|
||||||
smpc_dir="$($cygp $CYGWINFORALL -P -U)/Cygwin"
|
smpc_dir="$($cygp $CYGWINFORALL -P -U)/Cygwin"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user