From 37c9300e61be92080e35cdac8c3b7a35f0a29832 Mon Sep 17 00:00:00 2001 From: linggao Date: Mon, 17 Mar 2008 13:40:20 +0000 Subject: [PATCH] changed permission for xpod2man git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@793 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client-2.0/xpod2man | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-client-2.0/xpod2man b/xCAT-client-2.0/xpod2man index cc716346c..5f03bb86b 100644 --- a/xCAT-client-2.0/xpod2man +++ b/xCAT-client-2.0/xpod2man @@ -12,6 +12,7 @@ use strict; use Pod::Man; use Pod::Html; + my $poddir = 'pods'; my $mandir = 'share/man'; my $htmldir = 'share/doc';