mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
mkspec-wrapper.sh: Now only setting INSTALL_LOG if it's not present in the environment
This commit is contained in:
parent
dbef9eac5f
commit
7d89767100
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
#!/bin/sh -x
|
#!/bin/sh -x
|
||||||
|
|
||||||
INSTALL_LOG=/var/tmp/%{name}-buildroot/install.log
|
if [ ! "$INSTALL_LOG" ]; then
|
||||||
|
INSTALL_LOG=/var/tmp/%{name}-buildroot/install.log
|
||||||
|
fi
|
||||||
MYNAME=`basename $0`
|
MYNAME=`basename $0`
|
||||||
MKSPEC_SH="$1"
|
MKSPEC_SH="$1"
|
||||||
shift
|
shift
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue