summaryrefslogtreecommitdiffstats
path: root/redhat/buildenv.sh
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-01-27 20:07:38 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2014-01-27 20:07:38 +0100
commitd5a5e2db811a0ec9e3d86893b45a64d020c454bb (patch)
tree65b6f206d0b5e3edf67c51109a4c4fc777b71b51 /redhat/buildenv.sh
parentf1a07f9bc2d63e7760411e23f588c78bf4449aa7 (diff)
downloadtde-packaging-d5a5e2db811a0ec9e3d86893b45a64d020c454bb.tar.gz
tde-packaging-d5a5e2db811a0ec9e3d86893b45a64d020c454bb.zip
RPM Packaging: update build script
Diffstat (limited to 'redhat/buildenv.sh')
-rw-r--r--redhat/buildenv.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/redhat/buildenv.sh b/redhat/buildenv.sh
index f7aef2a08..26dd017cd 100644
--- a/redhat/buildenv.sh
+++ b/redhat/buildenv.sh
@@ -11,8 +11,7 @@ TDE_TARBALLS=${TDE_BASEDIR}/tde-tarballs/${TDE_VERSION}
export PATH="${PATH}:${TDE_GITBASEPKG}"
# Distribution suffix (e.g: .el6 , .mga3 ...)
-export DIST="$( "${TDE_GITBASEPKG}/rpmdist.sh" --dist )"
-alias dist='~/bin/rpmdist.sh --dist'
+export DIST="$( "${TDE_GITBASEPKG}/build/rpmdist.sh" --dist )"
# Go to the RPMS folder
alias cdrpm='cd ~/rpmbuild/RPMS/RPMS${DIST}'