/[gnue]/gnue-common/setup.py
ViewVC logotype

Diff of /gnue-common/setup.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.81 by reinhard, Mon Sep 29 15:11:42 2003 UTC revision 1.82 by reinhard, Mon Sep 29 15:30:00 2003 UTC
# Line 227  class install (distutils.command.install Line 227  class install (distutils.command.install
227      # try to set a reasonable default for --install-config      # try to set a reasonable default for --install-config
228      if self.install_config is None:      if self.install_config is None:
229        if self.home == "/usr" or self.prefix == "/usr":        if self.home == "/usr" or self.prefix == "/usr":
230          self.install_config = "/etc"          self.install_config = "/etc/gnue"
231          if self.home == "/usr/local" or self.prefix == "/usr/local":
232            self.install_config = "/usr/local/etc/gnue"
233        elif self.home == "/opt/gnue" or self.prefix == "/opt/gnue":        elif self.home == "/opt/gnue" or self.prefix == "/opt/gnue":
234          self.install_config = "/etc/opt/gnue"          self.install_config = "/etc/opt/gnue"
235        else:        else:

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26