Hi Timo, I've been searching the automake docs all day and I think I've
found something relevant.

According to https://www.gnu.org/software/automake/manual/html_node
/Standard-Directory-Variables.html if "--datadir=..." is not passed
(like in Ubuntu), then "@datadir@" is replaced with "${prefix}/share".
So in that regard, sssd is not doing anything wrong.

To get it to use "/usr/share" instead of "${prefix}/share", the correct
way is to pass "--datadir=/usr/share" to configure (
https://www.gnu.org/prep/standards/standards.html#Directory-Variables ).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1079938

Title:
  ${prefix} present in Python files breaking sssd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debhelper/+bug/1079938/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to