[openrtm-commit:02421] r188 - trunk/ImageProcessing/opencv
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 2月 10日 (金) 18:12:58 JST
Author: kawauchi
Date: 2017-02-10 18:12:58 +0900 (Fri, 10 Feb 2017)
New Revision: 188
Modified:
trunk/ImageProcessing/opencv/build_linux_package.sh.in
Log:
Fixed r186. refs #3825
Modified: trunk/ImageProcessing/opencv/build_linux_package.sh.in
===================================================================
--- trunk/ImageProcessing/opencv/build_linux_package.sh.in 2017-02-10 08:28:40 UTC (rev 187)
+++ trunk/ImageProcessing/opencv/build_linux_package.sh.in 2017-02-10 09:12:58 UTC (rev 188)
@@ -10,7 +10,7 @@
newname=`ls *.deb`
fi
if test "x${GENERATOR}" = "xRPM" ;then
- rename Translate Imageprocessing *.rpm
+ rename Translate ImageProcessing *.rpm
newname=`ls *.rpm`
fi
More information about the openrtm-commit
mailing list