mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
mkspec.sh: Disable jcs init for TARGET = mingw
This commit is contained in:
parent
b420abb3eb
commit
d7933e15d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue