mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 21:13:56 +01:00
mkspec.sh: Now only running mkinitrd_setup if it exists (i.e. not on SuSE 10.1)
This commit is contained in:
parent
8896d1a3ae
commit
c695e24dd6
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ echo ""
|
||||||
echo "%post -n $NAME-run"
|
echo "%post -n $NAME-run"
|
||||||
if [ "$TARGET" != mingw ]; then
|
if [ "$TARGET" != mingw ]; then
|
||||||
echo "/opt/ytools/bin/jcs init"
|
echo "/opt/ytools/bin/jcs init"
|
||||||
echo "/sbin/mkinitrd_setup"
|
echo "if [ -x /sbin/mkinitrd_setup ]; then /sbin/mkinitrd_setup; fi"
|
||||||
fi
|
fi
|
||||||
echo ""
|
echo ""
|
||||||
echo "%clean"
|
echo "%clean"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue