View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004350 | ardour | bugs | public | 2011-10-04 01:18 | 2020-04-19 20:15 |
| Reporter | orbisvicis | Assigned To | seablade | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0004350: [patch] fix "ardour_system.rc" install location in ardour3-svn | ||||
| Description | Without this patch "ardour_system.rc" is installed to /ardour3/ | ||||
| Additional Information | I think ardour3 segfaults when it can't find ardour_system.rc, so maybe that should be fixed too. | ||||
| Tags | No tags attached. | ||||
|
2011-10-04 01:18
|
fix.ardour_system.rc.install.location.patch (424 bytes)
--- ardour3/wscript 2011-09-30 11:47:17.512014005 -0400
+++ ardour3-build/wscript 2011-09-30 12:40:39.717455245 -0400
@@ -655,7 +655,7 @@
obj.source = 'ardour.rc.in'
obj.target = 'ardour_system.rc'
obj.dict = rc_subst_dict
- obj.install_path = '${SYSCONF}/ardour3'
+ obj.install_path = os.path.join(bld.env['SYSCONFDIR'],'ardour3')
def i18n(bld):
bld.recurse (i18n_children)
|
|
|
Patch from 4348 was applied in SVN revno 10186 by Carl, thanks for the patch though. |
|
|
Issue has been closed automatically, by Trigger Close Plugin. Feel free to re-open with additional information if you think the issue is not resolved. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-10-04 01:18 | orbisvicis | New Issue | |
| 2011-10-04 01:18 | orbisvicis | File Added: fix.ardour_system.rc.install.location.patch | |
| 2011-10-04 01:25 | seablade | Relationship added | duplicate of 0004348 |
| 2011-10-04 01:26 | seablade | cost | => 0.00 |
| 2011-10-04 01:26 | seablade | Note Added: 0011638 | |
| 2011-10-04 01:26 | seablade | Status | new => resolved |
| 2011-10-04 01:26 | seablade | Resolution | open => fixed |
| 2011-10-04 01:26 | seablade | Assigned To | => seablade |
| 2020-04-19 20:15 | system | Note Added: 0022762 | |
| 2020-04-19 20:15 | system | Status | resolved => closed |