hostname in kernel package's name
This commit is contained in:
parent
cf466481d0
commit
075cd45330
2 changed files with 1 additions and 3214 deletions
3213
a/kernel-gwh/.config
3213
a/kernel-gwh/.config
File diff suppressed because it is too large
Load diff
|
@ -4,7 +4,7 @@ set -e
|
|||
|
||||
CWD=$(pwd)
|
||||
|
||||
PRGNAM=$(basename $CWD)
|
||||
PRGNAM=$(basename $CWD)-$(hostname -s)
|
||||
BUILD=${BUILD:-1}
|
||||
BRANCH=${BRANCH:-mainline} # stable ; mainline
|
||||
ARCH=$(uname -m)
|
||||
|
|
Loading…
Reference in a new issue