mkspec.sh: Disable jcs init for TARGET = mingw

This commit is contained in:
Jan Lindemann 2007-08-30 18:05:54 +00:00 committed by Jan Lindemann
commit d7933e15d0

View file

@ -70,7 +70,7 @@ echo "cat $INSTALL_LOG | sed \"s% \$RPM_BUILD_ROOT% %\" | grep -e 'include\|dev
#echo "echo $VERSION.$RELEASE > \$RPM_BUILD_ROOT/usr/share/doc/packages/ytools/VERSION"
echo ""
echo "%post -n $NAME-run"
echo "/opt/ytools/bin/jcs init"
echo "if [ "\$TARGET" != mingw ]; then /opt/ytools/bin/jcs init; fi"
echo ""
echo "%clean"
#echo 'rm -rf $RPM_BUILD_ROOT'