Difference between revisions of "Translations:Upgrade Instructions/1.3-release/29/es"

From Funtoo
Jump to navigation Jump to search
(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#...")
 
(No difference)

Latest revision as of 19:31, March 22, 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Upgrade Instructions/1.3-release)
{{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##find -iname RDEPEND -exec sed -i -e 's/,abi_x86_32(-),abi_x86_64(-)]/]/g' {} \;
}}
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' {} \;