diff options
Diffstat (limited to 'redhat/genrpm.sh')
-rwxr-xr-x | redhat/genrpm.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/redhat/genrpm.sh b/redhat/genrpm.sh index 6dfe7d68c..f5c65ed4b 100755 --- a/redhat/genrpm.sh +++ b/redhat/genrpm.sh @@ -3,7 +3,8 @@ cd "$( dirname "$0" )" ARGS="" -eval TARBALLS_DIR=~/tde/tde-tarballs/3.5.13.2 +#eval TARBALLS_DIR=~/tde/tde-tarballs/3.5.13.2 +eval TARBALLS_DIR=~/tde/tde-tarballs/14.0.0 DIST="$(rpmdist.sh --dist)" # CCACHE related stuff |