doxygen, fix 32bit build (#9531)

This commit is contained in:
Schrijvers Luc
2023-09-26 19:52:31 +00:00
committed by GitHub
parent 0962f15500
commit e729a566f0

View File

@@ -96,7 +96,7 @@ INSTALL()
+%F`/;" doc/doxygen.1 > "$manDir"/man1/doxygen.1
mkdir -p $appsDir
mv $binDir/doxywizard $appsDir/DoxyWizard
mv $prefix/bin/doxywizard $appsDir/DoxyWizard
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"