diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2009-08-31 19:21:59 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2009-08-31 19:23:34 +0200 |
commit | 5c3ed61b210cb378740dd616e7bf925bfb32cc16 (patch) | |
tree | 7005527eda80e932d66768b52abfd1e561724cc7 /git | |
parent | 4c4401d7e09ef8d74ebaaec567a4258c018c4d35 (diff) | |
download | opt-5c3ed61b210cb378740dd616e7bf925bfb32cc16.tar.gz opt-5c3ed61b210cb378740dd616e7bf925bfb32cc16.tar.xz |
git: fixed footprint mismatch.
Diffstat (limited to 'git')
-rw-r--r-- | git/.footprint | 16 | ||||
-rw-r--r-- | git/Pkgfile | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/git/.footprint b/git/.footprint index 3049a0491..adf88c64c 100644 --- a/git/.footprint +++ b/git/.footprint @@ -155,15 +155,15 @@ drwxr-xr-x root/root usr/lib/git-core/ -rwxr-xr-x root/root usr/lib/git-core/git-whatchanged -rwxr-xr-x root/root usr/lib/git-core/git-write-tree drwxr-xr-x root/root usr/lib/perl5/ -drwxr-xr-x root/root usr/lib/perl5/5.10.0/ -drwxr-xr-x root/root usr/lib/perl5/5.10.0/linux/ +drwxr-xr-x root/root usr/lib/perl5/5.10.1/ +drwxr-xr-x root/root usr/lib/perl5/5.10.1/linux/ drwxr-xr-x root/root usr/lib/perl5/site_perl/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/ --r--r--r-- root/root usr/lib/perl5/site_perl/5.10.0/Error.pm --r--r--r-- root/root usr/lib/perl5/site_perl/5.10.0/Git.pm -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/linux/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/linux/auto/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/linux/auto/Git/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/Error.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/Git.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/linux/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/linux/auto/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/linux/auto/Git/ drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/git-add.1.gz diff --git a/git/Pkgfile b/git/Pkgfile index fecf3a8f1..50a5e87c9 100644 --- a/git/Pkgfile +++ b/git/Pkgfile @@ -6,7 +6,7 @@ name=git version=1.6.4.2 -release=1 +release=2 source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2) build() { |