[Home]

Summary:ASTERISK-21322: fails to copy relative symlinks from the tree
Reporter:Tzafrir Cohen (tzafrir)Labels:
Date Opened:2013-03-27 02:37:53Date Closed:
Priority:MinorRegression?
Status:Open/NewComponents:Tests/testsuite
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:In the tree I had:

astdatadir => /usr/share/asterisk

usr/share/asterisk/sounds/en -> en_US_Something
usr/share/asterisk/sounds/en_US_Something/ (Sounds are here)

The resulting tree that is copied:


usr/share/asterisk/sounds/en/
 Empty subdirectories (e.g.: silence/ and digits/)

usr/share/asterisk/sounds/en_US_Something/
 Copied just fine

This fails all the tests that required playing sounds.


What I would expect: copy usr/share/asterisk/sounds/en as a relative symlink to en_US_Something
Comments: