Selaa lähdekoodia

fixed path in default config and docs (man/info pages)

Christoph Schug 23 vuotta sitten
vanhempi
commit
5e7e288c7d
1 muutettua tiedostoa jossa 6 lisäystä ja 1 poistoa
  1. 6 1
      wget/wget.spec

+ 6 - 1
wget/wget.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        Web
 License:      GPL
 Version:      1.8.2
-Release:      20030707
+Release:      20030715
 
 #   list of sources
 Source0:      ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
@@ -58,6 +58,11 @@ AutoReqProv:  no
 %prep
     %setup -q
     %patch -p0
+    %{l_shtool} subst \
+        -e 's;/usr/local/etc;%{l_prefix}/etc/wget;g' \
+        doc/sample.wgetrc \
+        doc/sample.wgetrc.munged_for_texi_inclusion \
+        doc/wget.texi
 
 %build
     CC="%{l_cc}" \