mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 09:22:24 +00:00
Updated to be noarch
This commit is contained in:
parent
667ee89b72
commit
6d90e136b6
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ if [ -z "$1" ]; then
|
|||
fi
|
||||
|
||||
TAR=clusterssh-$1.tar.gz
|
||||
RPM=clusterssh-$1-1.i386.rpm
|
||||
RPMPATH=/usr/src/redhat/RPMS/i386/
|
||||
RPM=clusterssh-$1-1.noarch.rpm
|
||||
RPMPATH=/usr/src/redhat/RPMS/noarch/
|
||||
|
||||
if [ ! -r $TAR ]
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue