diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-11-25 18:14:35 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-11-25 18:14:35 +0300 |
commit | 289f4c41a00928e304ee7da0cf8bf91c4b9ec169 (patch) | |
tree | 287260898737a7a58deb3518d2017615b6f62a24 | |
parent | 2542384b4e30cd9ea8249dca1cec3029aa14f5a0 (diff) | |
download | illumos-packaging-289f4c41a00928e304ee7da0cf8bf91c4b9ec169.tar.gz |
libidmap: do not install sys/idmap.h (in uts-dev)
-rw-r--r-- | libidmap/debian/libidmap1-dev.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libidmap/debian/libidmap1-dev.install b/libidmap/debian/libidmap1-dev.install index a3356c3..9749662 100644 --- a/libidmap/debian/libidmap1-dev.install +++ b/libidmap/debian/libidmap1-dev.install @@ -1,2 +1,2 @@ usr/lib/*/libidmap.so -usr/include/* +usr/include/*.h |