Browse Source

Replace - for _ in version names in astronautpkg

master
mid-kid 8 years ago
parent
commit
67a0cfbe61
  1. 2
      astronaut/astronautpkg

2
astronaut/astronautpkg

@ -32,4 +32,4 @@ fi
cd "$dir_install"
export PATH="$PATH:/sbin"
$_fakeroot makepkg -l y -c n "$dir_wrapper_pkgtools/$_satname-$version-$(uname -m)-astro.tgz"
$_fakeroot makepkg -l y -c n "$dir_wrapper_pkgtools/$_satname-$(echo "$version" | sed -e 's/-/_/g')-$(uname -m)-astro.tgz"

Loading…
Cancel
Save