summaryrefslogtreecommitdiffstats
path: root/base/pkg-get/pkg-get.patch
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-17 23:48:12 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-10-17 23:48:12 +0200
commitae258fb4581bf536192c2fa9a811cedcd6bce8bb (patch)
tree2450fca902bcc2792933ced9f47fae26596ab54e /base/pkg-get/pkg-get.patch
parentddaef4e7f05e1577736994cb646b6d6bbad0690e (diff)
downloadnutyx-pakxe-ae258fb4581bf536192c2fa9a811cedcd6bce8bb.tar.gz
nutyx-pakxe-ae258fb4581bf536192c2fa9a811cedcd6bce8bb.tar.bz2
nutyx-pakxe-ae258fb4581bf536192c2fa9a811cedcd6bce8bb.tar.xz
nutyx-pakxe-ae258fb4581bf536192c2fa9a811cedcd6bce8bb.zip
maj pkg-get#0.4.5-8
Diffstat (limited to 'base/pkg-get/pkg-get.patch')
-rw-r--r--base/pkg-get/pkg-get.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/base/pkg-get/pkg-get.patch b/base/pkg-get/pkg-get.patch
deleted file mode 100644
index a323c6427..000000000
--- a/base/pkg-get/pkg-get.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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";