diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2015-03-31 14:45:08 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2015-03-31 14:45:08 +0300 |
commit | 98e9630fa194e53312d094af410155cfe6d753f4 (patch) | |
tree | 704cc26a909ee5cb1582e0591cfb4da671dd5aca | |
parent | 672944bb8e2a2305ffccec6b6523f56fa7fec20d (diff) | |
download | illumos-packaging-98e9630fa194e53312d094af410155cfe6d753f4.tar.gz |
Use local headers
-rwxr-xr-x | libc/debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/debian/rules b/libc/debian/rules index 977f0ae..94d2327 100755 --- a/libc/debian/rules +++ b/libc/debian/rules @@ -167,7 +167,8 @@ dirs-stamp: headers-stamp: patch-stamp dirs-stamp fix-x-stamp dh_illumos_make $(make) usr/src/head -t install_h dh_illumos_make $(make) $(libs_headers:%=usr/src/lib/%) -t install_h - cp usr/src/uts/common/sys/avl*.h debian/tmp/usr/include/sys/ + cp -vf usr/src/uts/common/sys/avl*.h debian/tmp/usr/include/sys/ + cp -vrf debian/compat_headers/* debian/tmp/usr/include/ touch $@ lib-stamp: headers-stamp |