mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +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"
|
||||
if [ "$TARGET" != mingw ]; then
|
||||
echo "/opt/ytools/bin/jcs init"
|
||||
echo "/sbin/mkinitrd_setup"
|
||||
echo "if [ -x /sbin/mkinitrd_setup ]; then /sbin/mkinitrd_setup; fi"
|
||||
fi
|
||||
echo ""
|
||||
echo "%clean"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue