Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37729092
en ru br
Репозитории ALT
S:3.2.9-alt1
5.1: 3.2.5_alpha5-alt12
4.1: 3.2.4-alt3
4.0: 3.2.4-alt3
3.0: 3.2.4-alt2
www.altlinux.org/Changes

Группа :: Графика
Пакет: xfig

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: 0002-w_library.c-fix-error-message.patch
Скачать


From fb17e7b1b7a3dd2705f96515ea8e8ad9948811dd Mon Sep 17 00:00:00 2001
From: Vladislav Zavjalov <slazav@altlinux.org>
Date: Mon, 13 Dec 2010 04:25:48 +0300
Subject: [PATCH] w_library.c: fix error message (old debian patch)
---
 xfig/src/w_library.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfig/src/w_library.c b/xfig/src/w_library.c
index 8afd324..f821195 100644
--- a/xfig/src/w_library.c
+++ b/xfig/src/w_library.c
@@ -1362,7 +1362,7 @@ MakeLibrary(void)
     path = appres.library_dir;
 
     if (stat(path, &st) != 0) {       /* no such file */
-	file_msg("Can't find %s, no libraries available", path);
+	file_msg("Can't find %s, no libraries available, please install package xfig-libs", path);
 	return 0;
     } else if (S_ISDIR(st.st_mode)) {
 	/* if it is directory, scan the sub-directories and search libraries */
-- 
2.24.1
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin