diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2015-07-16 20:49:15 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2015-07-16 20:49:15 +0200 |
commit | 5c13d8579620edd9bc8db162baff7a1ae9773e9b (patch) | |
tree | 1837bff12d9e1744aa0db37608b7ef815e55a735 /debian/rules | |
parent | e04cb7a0739277c9618e65d6a9458d8f79e00af6 (diff) | |
download | zsh-5c13d8579620edd9bc8db162baff7a1ae9773e9b.tar.gz zsh-5c13d8579620edd9bc8db162baff7a1ae9773e9b.zip |
Adjust include paths in /usr/include/zsh/ as suggested in #776964
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index f6cf14d4b..2766e4a72 100755 --- a/debian/rules +++ b/debian/rules @@ -212,6 +212,8 @@ binary-arch-dev: build-arch dh_installdirs -pzsh-dev dh_install -pzsh-dev + find debian/zsh-dev/usr/include/zsh -name '*.h' -o -name '*.mdh' | \ + xargs sed -e 's@\.\./config\.h@config.h@;s@#\(\s*\)include "\([^"]\+\)"@#\1include <zsh/\2>@' -i cd debian/zsh-dev/usr/share/aclocal; mv aczshoot.m4 zshoot.m4 |