mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
create-mkspec.sh: Fix evaluation of sections [pkg.xxx.post] and friends
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
fc94144226
commit
ccde4a078c
1 changed files with 6 additions and 1 deletions
|
|
@ -14,6 +14,11 @@ cfg_value()
|
|||
ini_value "$inifile" $@
|
||||
}
|
||||
|
||||
cfg_escape()
|
||||
{
|
||||
sed 's/\$/\\$/g'
|
||||
}
|
||||
|
||||
_cat()
|
||||
{
|
||||
sed 's/^ *|//'
|
||||
|
|
@ -30,7 +35,7 @@ _cat << EOT
|
|||
|echo "License: $LICENSE"
|
||||
|echo "Group: System/Libraries"
|
||||
|[ -n "\$SOURCE" ] && echo "Source: \$SOURCE"
|
||||
|echo "Vendor: Jannet IT Services"
|
||||
|echo "Vendor: janware GmbH"
|
||||
|echo "URL: http://janware.com"
|
||||
|echo "BuildRoot: /var/tmp/%{name}-buildroot"
|
||||
|echo ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue