Project

General

Profile

Actions

Bug #13631

closed

Cannot disable site and vendor directories

Added by arnoldwald (arnold w) almost 7 years ago. Updated over 6 years ago.

Status:
Closed
Target version:
-
[ruby-core:81563]

Description

(Related to bug #12392?)

mkconfig.rb deletes directory settings passed to configure if they are set to "no". Perhaps verconf.h.tmpl should check to see if a setting is missing
instead of if it's set to "no"?

This patch corrects the problem for me:

24c24
< % if C["sitedir"] == "no"
---
> % if !C["sitedir"]
30c30
< % if C["vendordir"] == "no"
---
> % if !C["vendordir"]
Actions

Also available in: Atom PDF

Like0
Like0Like0