mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
mkspec-wrapper.sh: Make INSTALL_LOG /tmp/rpmbuild/install.log (untested)
This commit is contained in:
parent
66fd5e8080
commit
2d0fc317e9
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
#!/bin/sh -x
|
#!/bin/sh -x
|
||||||
|
|
||||||
if [ ! "$INSTALL_LOG" ]; then
|
if [ ! "$INSTALL_LOG" ]; then
|
||||||
INSTALL_LOG=/var/tmp/%{name}-buildroot/install.log
|
#INSTALL_LOG=/var/tmp/%{name}-buildroot/install.log
|
||||||
|
INSTALL_LOG=/tmp/rpmbuild/install.log
|
||||||
fi
|
fi
|
||||||
MYNAME=`basename $0`
|
MYNAME=`basename $0`
|
||||||
MKSPEC_SH="$1"
|
MKSPEC_SH="$1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue