commit | 055d14a99a84dc482adb9eef385596c0330824f5 | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <nicolas.iooss@m4x.org> | Wed Dec 21 22:09:51 2016 +0100 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Wed Dec 21 16:20:47 2016 -0500 |
tree | 060ede2e0cb8fa19c73f6cbfd38e812b392feed7 | |
parent | 920ee9ee18024c7714f1121e91854f38fa1eef73 [diff] |
libselinux/utils: do not create an empty /sbin directory When building libselinux package, "make install" creates /sbin directory without putting anything in it. Remove this from the Makefile. While at it, rename USRBINDIR variable USRSBINDIR (with an S) as it refers to /usr/sbin. Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>