Kaynağa Gözat

remove bash_profile.sh from kelp

Lita Gratrix 10 yıl önce
ebeveyn
işleme
f589ad8265

+ 0 - 4
frameworks/Perl/kelp/bash_profile.sh

@@ -1,4 +0,0 @@
-#!/bin/bash
-
-export PERL_HOME=${IROOT}/perl-5.18
-export NGINX_HOME=${IROOT}/nginx

+ 1 - 0
frameworks/Perl/kelp/install.sh

@@ -1,4 +1,5 @@
 #!/bin/bash
+export PERL_HOME=${IROOT}/perl-5.18
 
 fw_depends perl nginx
 

+ 2 - 0
frameworks/Perl/kelp/setup.sh

@@ -1,4 +1,6 @@
 #!/bin/bash
+export PERL_HOME=${IROOT}/perl-5.18
+export NGINX_HOME=${IROOT}/nginx
 
 sed -i 's|localhost|'"${DBHOST}"'|g' app.pl
 #sed -i 's|user .*;|user '"$(id -u -n)"';|g' nginx.conf