diff options
-rw-r--r-- | lib/libalpm/po/hu.po | 2 | ||||
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libalpm/po/hu.po b/lib/libalpm/po/hu.po index c9fd870a..90391466 100644 --- a/lib/libalpm/po/hu.po +++ b/lib/libalpm/po/hu.po @@ -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!" diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 4fa69455..b810d608 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -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 |