View Issue Details

IDProjectCategoryView StatusLast Update
0004348ardourbugspublic2020-04-19 20:15
Reporteracolomb Assigned Tocth103  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Summary0004348: ardour_system.rc installed in /ardour3/
DescriptionTypo 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)
TagsNo tags attached.

Relationships

has duplicate 0004350 closedseablade [patch] fix "ardour_system.rc" install location in ardour3-svn 

Activities

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)
sysconfdir.patch (423 bytes)   

cth103

2011-10-03 21:32

administrator   ~0011634

Applied to SVN 10186. Thanks!

system

2020-04-19 20:15

developer   ~0022760

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.

Issue History

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