add a not that cdda2wav is gets broken when non-root mode gets enabled.
PR: 47095 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
This commit is contained in:
parent
633fa6b4c6
commit
eb004ddc96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73433
1 changed files with 7 additions and 1 deletions
|
@ -38,7 +38,13 @@ pre-everything::
|
|||
@${ECHO} ""
|
||||
@${ECHO} "You may use the following build options:"
|
||||
@${ECHO} ""
|
||||
@${ECHO} " WITH_NONROOT=yes Use xcdroast w/o being root"
|
||||
@${ECHO} " WITH_NONROOT=yes"
|
||||
@${ECHO} " Use xcdroast w/o being root."
|
||||
@${ECHO} " Actually, that breaks all interactions with cdda2wav"
|
||||
@${ECHO} " (For example, you are not able to grab tracks, neither"
|
||||
@${ECHO} " as root, nor as a normal user). Think about WITH_NONROOT"
|
||||
@${ECHO} " - if you are really in need of it (with the attendant"
|
||||
@${ECHO} " circumstanceces noticed above) or not."
|
||||
@${ECHO} ""
|
||||
|
||||
post-patch:
|
||||
|
|
Loading…
Reference in a new issue