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
|
||||
done
|
||||
|
||||
cygver=$($un -r) # release - numeric version (build info)
|
||||
cygver=${cygver%\(*\)} # strip build info
|
||||
doc=/usr/share/doc/cygwin-$cygver
|
||||
doc=/usr/share/doc/cygwin-doc
|
||||
html=$doc/html
|
||||
smpc_dir="$($cygp $CYGWINFORALL -P -U)/Cygwin"
|
||||
|
||||
|
|
Loading…
Reference in New Issue