瀏覽代碼

Fix location of hosts file. Found by Heath Petersen <HeathPetersen@Kandre.com>

Ralf S. Engelschall 21 年之前
父節點
當前提交
6ac4f3556e
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      distcc/distcc.spec

+ 1 - 2
distcc/distcc.spec

@@ -34,7 +34,7 @@ Class:        PLUS
 Group:        Network
 License:      GPL
 Version:      2.18.3
-Release:      20041207
+Release:      20050124
 
 #   package option
 %option       with_x11 no
@@ -85,7 +85,6 @@ AutoReqProv:  no
     LDFLAGS="%{l_ldflags}" \
     ./configure \
         --prefix=%{l_prefix} \
-        --sysconfdir=%{l_prefix}/etc/distcc \
 %if "%{with_x11}" == "yes"
         --with-gtk \
 %endif