mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-01 01:41:52 -05:00
Merge branch 'maint'
This commit is contained in:
commit
b196cc43a5
@ -139,7 +139,7 @@ msgstr "a(z) %s csomag saját %s függősége előtt lesz telepítve\n"
|
||||
|
||||
#, c-format
|
||||
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
|
||||
msgstr "nem sikerült a(z) \"%s\" csomag \"%s\" függőségét feloldani\n"
|
||||
msgstr "nem sikerült a(z) \"%2$s\" csomag \"%1$s\" függőségét feloldani\n"
|
||||
|
||||
#, c-format
|
||||
msgid "out of memory!"
|
||||
|
@ -750,7 +750,7 @@ tidy_install() {
|
||||
|
||||
if [ "$(check_option libtool)" = "n" ]; then
|
||||
msg2 "$(gettext "Removing libtool .la files...")"
|
||||
find . -type f -name "*.la" -exec rm -f -- '{}' \;
|
||||
find . ! -type d -name "*.la" -exec rm -f -- '{}' \;
|
||||
fi
|
||||
|
||||
if [ "$(check_option emptydirs)" = "n" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user