From 38aaa2667f7c4e41fb399ac265456491068f60a7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 19 Feb 2018 23:15:36 +0900 Subject: DEB build scripts: fixed version numbering scheme. Added check to make sure the selected distro and version is supported. Signed-off-by: Michele Calgaro --- debian/_buildscripts/local/scripts/create_repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/_buildscripts/local/scripts/create_repo.sh') 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" -- cgit v1.2.1