summaryrefslogtreecommitdiffstats
path: root/debian/_buildscripts/local/scripts/create_repo.sh
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-02-19 23:15:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-05-28 14:46:58 +0900
commit38aaa2667f7c4e41fb399ac265456491068f60a7 (patch)
tree580bddea0aac000029ec85dddb71e940ee7d0ae8 /debian/_buildscripts/local/scripts/create_repo.sh
parent80b6864a4cd886534f4158130e3c4ef450943ade (diff)
downloadtde-packaging-38aaa2667f7c4e41fb399ac265456491068f60a7.tar.gz
tde-packaging-38aaa2667f7c4e41fb399ac265456491068f60a7.zip
DEB build scripts: fixed version numbering scheme. Added check to make
sure the selected distro and version is supported. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/_buildscripts/local/scripts/create_repo.sh')
-rwxr-xr-xdebian/_buildscripts/local/scripts/create_repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/_buildscripts/local/scripts/create_repo.sh b/debian/_buildscripts/local/scripts/create_repo.sh
index 3fc2f0238..5f64c7032 100755
--- a/debian/_buildscripts/local/scripts/create_repo.sh
+++ b/debian/_buildscripts/local/scripts/create_repo.sh
@@ -20,7 +20,7 @@ done
#----------------------------
# Create/update TDE local debian repository
echo -e "${CLightCyan}#### TDE local repository creation begin ####${CNone}"
-ARCH_PATH="dists/$D_VERSION/main/binary-$ARCHITECTURE"
+ARCH_PATH="dists/$DISTRO_NAME/main/binary-$ARCHITECTURE"
REPO_DIR="$TDE_DIR/$CFG_REPO_DIR"
REPO_DIR_BACKUP="$REPO_DIR.backup"
REPO_PKG_DIR="$REPO_DIR/$ARCH_PATH"