View Issue Details

IDProjectCategoryView StatusLast Update
0004350ardourbugspublic2020-04-19 20:15
Reporterorbisvicis Assigned Toseablade  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Summary0004350: [patch] fix "ardour_system.rc" install location in ardour3-svn
DescriptionWithout this patch "ardour_system.rc" is installed to /ardour3/
Additional InformationI think ardour3 segfaults when it can't find ardour_system.rc, so maybe that should be fixed too.
TagsNo tags attached.

Relationships

duplicate of 0004348 closedcth103 ardour_system.rc installed in /ardour3/ 

Activities

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)

seablade

2011-10-04 01:26

manager   ~0011638

Patch from 4348 was applied in SVN revno 10186 by Carl, thanks for the patch though.

system

2020-04-19 20:15

developer   ~0022762

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-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