index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2008-07-07 21:39:42 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-07-07 21:39:42 -0500 |
commit | b196cc43a50e6fd1dfa9425d7ff8a9302e6fec84 (patch) | |
tree | 95fef101ad70aee43fd15e630357fa416652f3fa | |
parent | 30702350fa442fd6d450f909cda7124369e68f77 (diff) | |
parent | d92b0e674d60e53a43fe9f6d5bc5f311364285c6 (diff) |
-rw-r--r-- | lib/libalpm/po/hu.po | 2 | ||||
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
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 |