Browse Source

Set compression default

master
mid-kid 9 years ago
parent
commit
92f7af703c
  1. 2
      astronaut/xbps-astronaut

2
astronaut/xbps-astronaut

@ -16,6 +16,6 @@ _nuke_dir_install=true
# _dir_xbps should be set from a configuration file (e.g. ~/.astronaut.conf), and points to wherever you want your packages to be placed. # _dir_xbps should be set from a configuration file (e.g. ~/.astronaut.conf), and points to wherever you want your packages to be placed.
[ "$_dir_xbps" ] && mkdir -p "$_dir_xbps" && cd "$_dir_xbps" || cd "$_topdir" [ "$_dir_xbps" ] && mkdir -p "$_dir_xbps" && cd "$_dir_xbps" || cd "$_topdir"
xbps-create --compression none -A "$(uname -m)" -n "$_satname-${version}_astro" -s "Generated with xbps-astronaut" -H "$update_url" "$dir_install" xbps-create -A "$(uname -m)" -n "$_satname-${version}_astro" -s "Generated with xbps-astronaut" -H "$update_url" "$dir_install"
rm -rf "$dir_install" rm -rf "$dir_install"
xbps-rindex -f -a "$_satname-${version}_astro.$(uname -m).xbps" xbps-rindex -f -a "$_satname-${version}_astro.$(uname -m).xbps"

Loading…
Cancel
Save