diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-08 22:17:18 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-08 22:17:18 +0200 |
commit | fbda6ec65f50014ab4e2c773c90992c2ff7f51b8 (patch) | |
tree | 41cadb408d9523add246a0225c1193b4907ce059 /base/pkg-get/pkg-get.patch | |
parent | f302f5b8f38633e35758a625c2574bc186ee8476 (diff) | |
download | nutyx-pakxe-fbda6ec65f50014ab4e2c773c90992c2ff7f51b8.tar.gz nutyx-pakxe-fbda6ec65f50014ab4e2c773c90992c2ff7f51b8.tar.bz2 nutyx-pakxe-fbda6ec65f50014ab4e2c773c90992c2ff7f51b8.tar.xz nutyx-pakxe-fbda6ec65f50014ab4e2c773c90992c2ff7f51b8.zip |
Ajout de pkg-get#0.4.5-3
Diffstat (limited to 'base/pkg-get/pkg-get.patch')
-rw-r--r-- | base/pkg-get/pkg-get.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/base/pkg-get/pkg-get.patch b/base/pkg-get/pkg-get.patch new file mode 100644 index 000000000..a323c6427 --- /dev/null +++ b/base/pkg-get/pkg-get.patch @@ -0,0 +1,12 @@ +diff -Nru pkg-get-0.4.5.orig/scripts/pkg-get.pl pkg-get-0.4.5/scripts/pkg-get.pl +--- pkg-get-0.4.5.orig/scripts/pkg-get.pl 2006-07-13 05:04:11.000000000 +0200 ++++ pkg-get-0.4.5/scripts/pkg-get.pl 2006-07-17 13:01:37.524719500 +0200 +@@ -943,7 +943,7 @@ + printf("%-19s %-19s %-19s\n\n","Package","Installed","Available in the repositories"); + $gotdiff = 1; + } +- printf("%-19s %-19s %-19s %-19s\n", $pkg{'name'}, $pkg{'instversion'}, $pkg{'version'}."-".$pkg{'release'}); ++ printf("%-19s %-19s %-19s\n", $pkg{'name'}, $pkg{'instversion'}, $pkg{'version'}."-".$pkg{'release'}); + } elsif ($all) { # yeah, it blows, at least avoid to read the locked state twice. + if ($gotdiff == 0){ + print "Differences between installed packages and packages repo:\n\n"; |