X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=install-CPAN.pl;h=7b775fe13f9c7a834d917dd1d30f75e6cbe8b05d;hb=79bf1d4a20f6d7f8d6c245d45ef27af8e7431133;hp=09d994c4ef81da9cda85427e8421698f73830e1c;hpb=fbec699c4f3814078ae758646d278d051a8bbc70;p=koha.git diff --git a/install-CPAN.pl b/install-CPAN.pl index 09d994c4ef..7b775fe13f 100644 --- a/install-CPAN.pl +++ b/install-CPAN.pl @@ -18,17 +18,17 @@ # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # # Current maintainer MJR http://mjr.towers.org.uk/ -# See http://www.koha.org/wiki/?page=KohaInstaller # Create a fake CPAN location for koha use CPAN; CPAN::Config->load; $cpan = $CPAN::Config->{cpan_home}; +mkdir $cpan.'/sources/authors/id'; mkdir $cpan.'/sources/authors/id/K'; mkdir $cpan.'/sources/authors/id/K/KO'; mkdir $cpan.'/sources/authors/id/K/KO/KOHA';