diff options
author | Jay Freeman <saurik@saurik.com> | 2008-06-18 07:22:07 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-06-18 07:22:07 +0000 |
commit | 2893b4289e0e13e22470908a0326515b9c1ec333 (patch) | |
tree | 3ce4223c038d8531ff5d013331a05405eebd4451 /data/git | |
parent | 056bad3691237101d94ac0e747a1bab418ba13ae (diff) |
Went through and did my best to remove timestamping.
git-svn-id: http://svn.telesphoreo.org/trunk@326 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/git')
-rw-r--r-- | data/git/make.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/git/make.sh b/data/git/make.sh index 20d4f6e35..31faba511 100644 --- a/data/git/make.sh +++ b/data/git/make.sh @@ -2,3 +2,4 @@ pkg:setup 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 |