1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Forwarded: https://redmine.open-bio.org/issues/3255
From 8d4322bea521c457029a00155fe292ef7ef177d4 Mon Sep 17 00:00:00 2001
From: Charles Plessy <plessy@debian.org>
Date: Sat, 18 Jun 2011 12:58:08 +0900
Subject: [PATCH] Use system's Perl.
---
scripts/bioperl_application_installer.PLS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--- a/scripts/bioperl_application_installer.PLS
+++ b/scripts/bioperl_application_installer.PLS
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
# BioPerl script for Bio::Installer
#
# Cared for by Albert Vilella
|