6f0b295
--- src/sbin/sympa_wizard.pl.in.mhonarc	2018-09-21 10:39:54.000000000 +0900
6f0b295
+++ src/sbin/sympa_wizard.pl.in	2018-09-23 19:15:16.177106602 +0900
6f0b295
@@ -26,7 +26,8 @@
6f0b295
 # You should have received a copy of the GNU General Public License
6f0b295
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
6f0b295
 
6f0b295
-use lib '--modulesdir--';
6f0b295
+use lib qw(--modulesdir--
6f0b295
+        /usr/share/MHonArc);
6f0b295
 use strict;
6f0b295
 use warnings;
6f0b295
 use Encode qw();