mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
create-mkspec.sh: Remove -n $NAME from %prep
%prep is passed -n <name> option. This is considered an error by rpm Release 4.20.1-1.1. It is superfluous anyway, because the name is communicated to rpm via %setup -n <name> later in the %prep section. Remove the -n option. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e4535405c6
commit
144cb341b7
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ _cat <<- EOT
|
||||||
|echo "`cfg_value description`"
|
|echo "`cfg_value description`"
|
||||||
|echo ""
|
|echo ""
|
||||||
|# ---------------------------------------
|
|# ---------------------------------------
|
||||||
|echo "%prep -n \$NAME-run"
|
|echo "%prep"
|
||||||
|echo "%setup -q -n \$NAME-\$V"
|
|echo "%setup -q -n \$NAME-\$V"
|
||||||
|echo ""
|
|echo ""
|
||||||
|echo "%build"
|
|echo "%build"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue