mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-27 15:33:55 +01:00
mkspec.sh: Fix wrong quotation mark (how did this come here?
This commit is contained in:
parent
c12218071e
commit
bea0796914
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ echo ""
|
||||||
echo "%package -n $NAME-devel"
|
echo "%package -n $NAME-devel"
|
||||||
echo "Summary: The development library package."
|
echo "Summary: The development library package."
|
||||||
echo "Group: System Environment/Libraries"
|
echo "Group: System Environment/Libraries"
|
||||||
echo "Requires: "$REQUIRES_DEVEL"
|
echo "Requires: $REQUIRES_DEVEL"
|
||||||
echo "%description -n $NAME-devel"
|
echo "%description -n $NAME-devel"
|
||||||
echo "development library package of the ytools library"
|
echo "development library package of the ytools library"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue