Translations:Upgrade Instructions/1.3-release/29/es

From Funtoo
Revision as of 19:31, March 22, 2020 by Ad76 (talk | contribs) (Created page with "{{console|body= # ##i##cd /var/db # ##i##cp -a pkg /var/tmp/pkg.bak # ##i##cd pkg # ##i##find -iname RDEPEND -exec sed -i -e 's/\[abi_x86_32(-),abi_x86_64(-)]//g' {} \; # ##i#...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
root # cd /var/db
root # cp -a pkg /var/tmp/pkg.bak
root # cd pkg
root # find -iname RDEPEND -exec sed -i -e 's/\[abi_x86_32(-),abi_x86_64(-)]//g' {} \;
root # find -iname RDEPEND -exec sed -i -e 's/,abi_x86_32(-),abi_x86_64(-)]/]/g' {} \;