View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004348 | ardour | bugs | public | 2011-10-03 18:11 | 2020-04-19 20:15 |
| Reporter | acolomb | Assigned To | cth103 | ||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0004348: ardour_system.rc installed in /ardour3/ | ||||
| Description | Typo in main wscript: SYSCONF instead of SYSCONFDIR. See attached patch. | ||||
| Additional Information | # ./waf install 2>&1 | grep -e ardour_system -e etc/ - install /usr/local/etc/ardour3/ardour.menus (from build/gtk2_ardour/ardour.menus) - install /usr/local/etc/ardour3/step_editing.bindings (from gtk2_ardour/step_editing.bindings) - install /usr/local/etc/ardour3/ardour3_ui_default.conf (from gtk2_ardour/ardour3_ui_default.conf) - install /usr/local/etc/ardour3/ardour3_widgets.rc (from build/gtk2_ardour/ardour3_widgets.rc) - install /usr/local/etc/ardour3/export/CD.format (from gtk2_ardour/export/CD.format) - install /usr/local/etc/ardour3/mnemonic-us.bindings (from build/gtk2_ardour/mnemonic-us.bindings) - install /ardour3/ardour_system.rc (from build/ardour_system.rc) | ||||
| Tags | No tags attached. | ||||
|
2011-10-03 18:11
|
sysconfdir.patch (423 bytes)
Index: wscript
===================================================================
--- wscript (revision 10183)
+++ wscript (working copy)
@@ -658,7 +658,7 @@
obj.source = 'ardour.rc.in'
obj.target = 'ardour_system.rc'
obj.dict = rc_subst_dict
- obj.install_path = '${SYSCONF}/ardour3'
+ obj.install_path = '${SYSCONFDIR}/ardour3'
def i18n(bld):
bld.recurse (i18n_children)
|
|
|
Applied to SVN 10186. Thanks! |
|
|
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-03 18:11 | acolomb | New Issue | |
| 2011-10-03 18:11 | acolomb | File Added: sysconfdir.patch | |
| 2011-10-03 21:32 | cth103 | cost | => 0.00 |
| 2011-10-03 21:32 | cth103 | Note Added: 0011634 | |
| 2011-10-03 21:32 | cth103 | Status | new => resolved |
| 2011-10-03 21:32 | cth103 | Resolution | open => fixed |
| 2011-10-03 21:32 | cth103 | Assigned To | => cth103 |
| 2011-10-04 01:25 | seablade | Relationship added | has duplicate 0004350 |
| 2020-04-19 20:15 | system | Note Added: 0022760 | |
| 2020-04-19 20:15 | system | Status | resolved => closed |