Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37744428
en ru br
ALT Linux repos
S:1.8.9-alt1

Group :: Text tools
RPM: uim

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 0002-pixmaps-uim-m17nlib-relink-icons.in-fix-m17n-db-icon.patch
Download


From 3eac61a89a3fb1b8b6eb351659e9934e7923a624 Mon Sep 17 00:00:00 2001
From: "Vladimir D. Seleznev" <vseleznv@altlinux.org>
Date: Thu, 6 Sep 2018 20:05:26 +0300
Subject: [PATCH 2/4] pixmaps/uim-m17nlib-relink-icons.in: fix m17n-db icons
 location
---
 pixmaps/uim-m17nlib-relink-icons.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pixmaps/uim-m17nlib-relink-icons.in b/pixmaps/uim-m17nlib-relink-icons.in
index 379d2cb12..4f231b35d 100644
--- a/pixmaps/uim-m17nlib-relink-icons.in
+++ b/pixmaps/uim-m17nlib-relink-icons.in
@@ -31,7 +31,7 @@
 # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-for f in @m17n_db_dir@/icons/*.png; do
+for f in /usr/share/m17n/icons/*.png; do
     if test -f "$f"; then
         @LN_S@ -f "$f" ${DESTDIR}@uim_pixmapsdir@/m17n-`basename "$f"`
     fi
-- 
2.25.2
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin