I'm trying to get data files for my python project to get installed at a particular location.
I am trying the --python-install-data location-to-install-data-files
option in the fpm command that generates the rpm. When I do rpm -i package-path.rpm
, I expect the data files to be installed at the location specified in the fpm command. Yet that is not happening. What could be the problem?