yet another fix to build script
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4512 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
b56b56dae2
commit
68a8589cd0
@ -175,6 +175,7 @@ mkdir -p $HOME/.gnupg
|
||||
for i in pubring.gpg secring.gpg trustdb.gpg; do
|
||||
if [ ! -f $HOME/.gnupg/$i ] || [ `wc -c $HOME/.gnupg/$i|cut -f 1 -d' '` == 0 ]; then
|
||||
wget -P $HOME/.gnupg $GSA/keys/$i
|
||||
chmod 600 $HOME/.gnupg/$i
|
||||
fi
|
||||
done
|
||||
# tell rpm to use gpg to sign
|
||||
|
Loading…
Reference in New Issue
Block a user