Corrected dependencies (libattr rather than attr)

This commit is contained in:
2017-04-05 09:33:17 -05:00
parent fc1761d107
commit 4a6b73a649
3 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
DEPENDS = attr,glibc
DEPENDS = glibc,libattr
BRIEF = Access control list shared library
DESC = Shared library for manipulating POSIX Access Control Lists