Commit 62045877 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack generic-post.sh: add warning if couldn't get Exec

parent f498d5f8
......@@ -35,5 +35,7 @@ for DESKTOPFILE in $BUILDROOT/usr/share/applications/*.desktop ; do
warning "Exec from desktop file $DESKTOPFILE missed in /usr/bin: $EXEC"
elif [ ! -x "./usr/bin/$EXEC" ] ; then
warning "Exec from desktop file $DESKTOPFILE exists in /usr/bin, but not executable: $EXEC"
elif [ -z "$EXEC" ] ; then
warning "Exec from desktop file $DESKTOPFILE is missed"
fi
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment