mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
create-mkdebian.sh, create-mkspec.sh, pkg.sh: Fix pkg.sh not found
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a5a7a5e27d
commit
fcdc083e1f
3 changed files with 3 additions and 3 deletions
|
|
@ -432,7 +432,7 @@ build_pkg()
|
|||
fatal "Failed to read project description file \"$PROJECT_DESCR_FILE\"."
|
||||
[ ! -r "$create_mkdef_sh" ] && \
|
||||
fatal "Failed to read package build definition creation script \"$create_mkdef_sh\"."
|
||||
PATH=`dirname $0`:$PATH /bin/bash $create_mkdef_sh $PROJECT_DESCR_FILE > $mkdef_sh.tmp
|
||||
/bin/bash $create_mkdef_sh $PROJECT_DESCR_FILE > $mkdef_sh.tmp
|
||||
mv $mkdef_sh.tmp $mkdef_sh
|
||||
tmp_mkdef_sh="$tmp_mkdef_sh $mkdef_sh"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue