mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-19 06:23:52 +01:00
Remove obsolete warning when running install as non root user
This commit is contained in:
parent
84eb582767
commit
79edd7bfba
1 changed files with 0 additions and 3 deletions
|
|
@ -156,9 +156,6 @@ def warn():
|
|||
self.warn('Failed to compile mount helper. Auto mounting of',
|
||||
' devices will not work')
|
||||
|
||||
if not isbsd and os.geteuid() != 0:
|
||||
return self.warn('Must be run as root to compile mount helper. Auto '
|
||||
'mounting of devices will not work.')
|
||||
src = os.path.join(self.SRC, 'calibre', 'devices', 'linux_mount_helper.c')
|
||||
dest = os.path.join(self.staging_bindir, 'calibre-mount-helper')
|
||||
self.info('Installing mount helper to '+ dest)
|
||||
|
|
|
|||
Loading…
Reference in a new issue