summaryrefslogtreecommitdiffstats
path: root/base/pkg-get/pkg-repgen.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-08-21 23:31:37 +0200
committertnut <thierryn1 at hispeed dot ch>2010-08-21 23:31:37 +0200
commit09766988a1beadf9a575bcfc201bdc78ba7ac72f (patch)
treee46635e0878a53278ca5aece36a903f323e03076 /base/pkg-get/pkg-repgen.patch
parent279501b0e316fc761530e119ef74cdfe3431ce26 (diff)
downloadnutyx-extra-09766988a1beadf9a575bcfc201bdc78ba7ac72f.tar.gz
nutyx-extra-09766988a1beadf9a575bcfc201bdc78ba7ac72f.tar.bz2
nutyx-extra-09766988a1beadf9a575bcfc201bdc78ba7ac72f.tar.xz
nutyx-extra-09766988a1beadf9a575bcfc201bdc78ba7ac72f.zip
maj pkg-get#0.5.0-1
Diffstat (limited to 'base/pkg-get/pkg-repgen.patch')
-rw-r--r--base/pkg-get/pkg-repgen.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/base/pkg-get/pkg-repgen.patch b/base/pkg-get/pkg-repgen.patch
deleted file mode 100644
index 8fd93c56b..000000000
--- a/base/pkg-get/pkg-repgen.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- pkg-get-0.4.5/scripts/pkg-repgen.pl.original 2009-08-19 11:44:55.000000000 +0000
-+++ pkg-get-0.4.5/scripts/pkg-repgen.pl 2009-08-19 11:47:59.000000000 +0000
-@@ -198,7 +198,7 @@
- my $path = `prt-get path $package`;
- $path =~ s/\n//g;
- my $normal= $package;
-- $normal =~ s/[^[:alnum:]]/_/g;
-+ $normal =~ s/[^[:alnum:]]/-/g;
- if (-f "$path/pre-install"){
- print $fh "${normal}_pre_install() {\n";
- open(my $pre, "$path/pre-install");