diff options
author | Eike Rathke <erack@redhat.com> | 2013-04-06 12:40:27 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-04-06 12:40:27 +0200 |
commit | d70e690e57397f3819e84264a7a0949e0ff8e9b2 (patch) | |
tree | 98601f77ed264404c64b03e5c2363ce434cdacc2 /RepositoryFixes.mk | |
parent | 2a1e3dff0124f8dd05eb6db86297fd60499ae2f2 (diff) |
just a % missing ...
Change-Id: I9fb66679725bb61ffcd5abc0f45a08e9e1960e6a
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r-- | RepositoryFixes.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk index 733b52ad1f64..1fd0d84dcb93 100644 --- a/RepositoryFixes.mk +++ b/RepositoryFixes.mk @@ -113,7 +113,7 @@ gb_Library_FILENAMES := $(patsubst crypto:icrypto%,crypto:libeay32%,$(gb_Library gb_Library_FILENAMES := $(patsubst crypto:libcrypto%,crypto:libcrypto_static%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst db47:idb47%,db47:libdb47%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst exslt:iexslt%,exslt:libexslt%,$(gb_Library_FILENAMES)) -gb_Library_FILENAMES := $(patsubst i18nlangtag:ii18nlangtag%,i18nlangtag:ii18nlangtag,$(gb_Library_FILENAMES)) +gb_Library_FILENAMES := $(patsubst i18nlangtag:ii18nlangtag%,i18nlangtag:ii18nlangtag%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst lpsolve55:ilpsolve55%,lpsolve55:lpsolve55%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst package2:ipackage2%,package2:ipackage%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst rdf:irdf%,rdf:librdf%,$(gb_Library_FILENAMES)) |