diff options
Diffstat (limited to 'data/git/make.sh')
-rw-r--r-- | data/git/make.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/git/make.sh b/data/git/make.sh index 31faba511..3dc1c30d8 100644 --- a/data/git/make.sh +++ b/data/git/make.sh @@ -1,5 +1,6 @@ pkg:setup +export PATH=/apl/tel/path:$PATH pkg:configure ac_cv_c_c99_format=yes ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=yes --without-tcltk make pkg:install -pkg: sed -i -e 's/^=head2 .*:/=head2/' /usr/lib/perl/5.8.8/perllocal.pod +pkg: rm -f /usr/lib/perl/5.10.1/perllocal.pod |