Browse Source

tar: fixed typo in tar.conf slipped in at previous commit.

master
Nagy Karoly Gabriel 10 years ago
parent
commit
56d25132ce
  1. 2
      archiver/tar/tar.conf

2
archiver/tar/tar.conf

@ -24,7 +24,7 @@ var_append confopt ' ' '-C'
atstage cross && var_append configcache ' ' "ac_cv_c_restrict=__restrict"
if ! atstage toolchain; then
hook_add postmake 5 "mv -v $root/usr/bin/tar $root/bin/tar ; \
hook_add postmake 5 "mv -v $root/usr/bin/tar $root/bin/tar"
# put 'rmt' into sbin directory
var_append extraconfopt ' ' '--libexecdir=$sbindir'
fi

Loading…
Cancel
Save