]> git.pld-linux.org Git - packages/perl-AcePerl.git/commitdiff
- rediff patch
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 7 May 2021 21:12:51 +0000 (23:12 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 7 May 2021 21:12:51 +0000 (23:12 +0200)
perl-AcePerl-defaults.patch
perl-AcePerl.spec

index e5ac0bb8ce1ec4d58c68167fdcc42d069fee4013..74ce9b426b25063885c01fd5da1702a02a7e6c18 100644 (file)
@@ -1,15 +1,16 @@
---- Makefile.PL.orig   Mon Jul 15 02:43:55 2002
-+++ Makefile.PL        Mon Jul 15 02:43:57 2002
-@@ -23,7 +23,7 @@
+diff -urNp -x '*.orig' AcePerl-1.92.org/Makefile.PL AcePerl-1.92/Makefile.PL
+--- AcePerl-1.92.org/Makefile.PL       2006-01-04 16:18:10.000000000 +0100
++++ AcePerl-1.92/Makefile.PL   2021-05-07 23:12:11.931623853 +0200
+@@ -24,7 +24,7 @@ push @extlib,'Freesubs' if $choice >= 2;
  push @extlib,'RPC'      if $choice >= 3;
  
  print "\n";
 -setup_sitedefs() if prompt("Do you want to install Ace::Browser? ","n") =~ /[yY]/;
 +setup_sitedefs() if prompt("Do you want to install Ace::Browser? ","y") =~ /[yY]/;
  
- my $headers  = "./ace/wh";
+ my $headers  = "./acelib/wh";
  WriteMakefile(
-@@ -60,9 +60,9 @@
+@@ -64,9 +64,9 @@ sub setup_sitedefs {
      $cgi_path  = $CGI_PATH;
      $html_path = $HTML_PATH;
    }
@@ -22,7 +23,7 @@
  
    get_path("site-specific configuration files",\$conf_path);
    get_path("acebrowser CGI scripts",\$cgi_path);
-@@ -143,7 +143,7 @@
+@@ -147,7 +147,7 @@ sub get_path {
  
    $$pathref = expand_twiddles(prompt("Directory for the $description (~username ok):",$$pathref));
    return if -d $$pathref;
index 2d7f73702d1802afd02bd8ef18a12990e30107c1..92f0b42b8cfbf7bb31e49feb634bd8a7b484f9c5 100644 (file)
@@ -54,7 +54,7 @@ ogólna.
 
 %prep
 %setup -q -n AcePerl-%{version}
-%patch0 -p0
+%patch0 -p1
 %patch1 -p1
 
 %build
This page took 0.116634 seconds and 4 git commands to generate.