mkspec.sh: Fix don't-call-jcs-for-mingw condition

This commit is contained in:
Jan Lindemann 2007-08-31 11:12:51 +00:00 committed by Jan Lindemann
commit 1c126117e1

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 "if [ "\$TARGET" != mingw ]; then /opt/ytools/bin/jcs init; fi"
if [ "$TARGET" != mingw ]; then echo "/opt/ytools/bin/jcs init"; fi
echo ""
echo "%clean"
#echo 'rm -rf $RPM_BUILD_ROOT'