Merge branch 'maint'
This commit is contained in:
commit
b196cc43a5
2 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ msgstr "a(z) %s csomag saját %s függősége előtt lesz telepítve\n"
|
||||||
|
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
|
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
|
#, c-format
|
||||||
msgid "out of memory!"
|
msgid "out of memory!"
|
||||||
|
|
|
@ -750,7 +750,7 @@ tidy_install() {
|
||||||
|
|
||||||
if [ "$(check_option libtool)" = "n" ]; then
|
if [ "$(check_option libtool)" = "n" ]; then
|
||||||
msg2 "$(gettext "Removing libtool .la files...")"
|
msg2 "$(gettext "Removing libtool .la files...")"
|
||||||
find . -type f -name "*.la" -exec rm -f -- '{}' \;
|
find . ! -type d -name "*.la" -exec rm -f -- '{}' \;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$(check_option emptydirs)" = "n" ]; then
|
if [ "$(check_option emptydirs)" = "n" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue