Public bug reported:

Binary package hint: sssd

I discovered this while preparing sssd for Debian.  The install rule for
sssd.api.conf is wrong in the Ubuntu package.

The line 
       install -D -m640 $(CURDIR)/server/config/etc/sssd.api.conf 
$(CURDIR)/debian/sss/etc/sssd/sssd/sssd.api.conf

should probably look something like this instead:

       install -D -m640 $(CURDIR)/server/config/etc/sssd.api.conf
$(CURDIR)/debian/sssd/etc/sssd/sssd.api.conf

Notice the typo debian/sss/ changed to debian/sssd/.  Also, it would be
the only file in /etc/sssd/sssd/, so I suspect it should be moved up one
level to /etc/sssd/.

** Affects: sssd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
typo in debian/rules make sssd.api.conf fail to install
https://bugs.launchpad.net/bugs/576079
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to