Bug 9780: (follow-up) suppress line feeds in javascript
[koha.git] / install-CPAN.pl
index 09d994c..7b775fe 100644 (file)
 # 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';