mkspec.sh: Fix wrong quotation mark (how did this come here?

This commit is contained in:
Jan Lindemann 2003-08-14 12:06:11 +00:00 committed by Jan Lindemann
commit bea0796914

View file

@ -35,7 +35,7 @@ echo ""
echo "%package -n $NAME-devel"
echo "Summary: The development library package."
echo "Group: System Environment/Libraries"
echo "Requires: "$REQUIRES_DEVEL"
echo "Requires: $REQUIRES_DEVEL"
echo "%description -n $NAME-devel"
echo "development library package of the ytools library"
echo ""