Browse Source

Since dir_install is already being nuked before building, no need to nuke after build.

master
mid-kid 9 years ago
parent
commit
432e9d308a
  1. 1
      astronaut/xbps-astronaut

1
astronaut/xbps-astronaut

@ -17,5 +17,4 @@ _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 -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"
xbps-rindex -f -a "$_satname-${version}_astro.$(uname -m).xbps" xbps-rindex -f -a "$_satname-${version}_astro.$(uname -m).xbps"

Loading…
Cancel
Save