From: hackbard Date: Wed, 28 Jul 2004 13:45:07 +0000 (+0000) Subject: fixed pkg_dir bug X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=commitdiff_plain;h=4d2826843a1e36499bcd0def62c8b33a3b0aff70 fixed pkg_dir bug --- diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 6310ae3..5381017 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -10,6 +10,7 @@ # # ######################################### +- fixed pkg_dir bug in Create-Binary - network config via dhcp - linux config changes, no devfs mount at startup - small fixes to hdw-get (still no dep checking) diff --git a/scripts/Create-Binary b/scripts/Create-Binary index 35d33a5..aca626f 100755 --- a/scripts/Create-Binary +++ b/scripts/Create-Binary @@ -42,7 +42,7 @@ if [ ! -z "$hdw_arch_opt" ]; then else bin_dir=${hdw_arch}-generic fi -pkg_dir=`echo $package | sed 's%-[0-9]%%'` +pkg_dir=`echo $package | sed 's%-[0-9]*%%'` mkdir -p binaries/$bin_dir # single package