In Makefile, files:
- config.example
- uploader/s3
- uploader/scp
- profiles/mp4-pulse
- profiles/mp4-noaudio
does not respect PREFIX installation path. It tries to copy files to /etc/teiler/. When prefix is set to ~/.local/ installation will fail. (without sudo)
In the case when prefix contains $HOME path location, the files could be saved to ~/.config/teiler/
In Makefile, files:
does not respect
PREFIXinstallation path. It tries to copy files to/etc/teiler/. Whenprefixis set to~/.local/installation will fail. (without sudo)In the case when prefix contains
$HOMEpath location, the files could be saved to~/.config/teiler/