Commit | Line | Data |
---|---|---|
92dbad5e JB |
1 | diff -Nru pkg-get-0.4.5.orig/scripts/pkg-get.pl pkg-get-0.4.5/scripts/pkg-get.pl |
2 | --- pkg-get-0.4.5.orig/scripts/pkg-get.pl 2006-07-13 05:04:11.000000000 +0200 | |
3 | +++ pkg-get-0.4.5/scripts/pkg-get.pl 2006-07-17 13:01:37.524719500 +0200 | |
4 | @@ -943,7 +943,7 @@ | |
5 | printf("%-19s %-19s %-19s\n\n","Package","Installed","Available in the repositories"); | |
6 | $gotdiff = 1; | |
7 | } | |
8 | - printf("%-19s %-19s %-19s %-19s\n", $pkg{'name'}, $pkg{'instversion'}, $pkg{'version'}."-".$pkg{'release'}); | |
9 | + printf("%-19s %-19s %-19s\n", $pkg{'name'}, $pkg{'instversion'}, $pkg{'version'}."-".$pkg{'release'}); | |
10 | } elsif ($all) { # yeah, it blows, at least avoid to read the locked state twice. | |
11 | if ($gotdiff == 0){ | |
12 | print "Differences between installed packages and packages repo:\n\n"; |