From 56cab3f2c804fb7c162b70a30702099d28e32f97 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Wed, 21 Aug 2013 09:49:09 -0700 Subject: [PATCH] build packages on ubuntu --- build-ubunturepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-ubunturepo b/build-ubunturepo index ff9a42d60..2829edeb2 100755 --- a/build-ubunturepo +++ b/build-ubunturepo @@ -171,7 +171,7 @@ then short_ver=`cat Version|cut -d. -f 1,2` short_short_ver=`cat Version|cut -d. -f 1` - package_dir_name=debs$short_short_ver + package_dir_name=debs$REL #TODO: define the core path and tarball name tarball_name="core-debs-snap.tar.bz2"