diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-05-05 16:39:43 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-05-05 16:39:43 +0200 |
commit | 4df2090e99f4345d10d44787a5eeb0698abecb86 (patch) | |
tree | b1e3c3e3e48639e20cc55cb90ca99bedb1485896 | |
parent | 60073562b5d8150cb320b726bb5385e40f34a4e1 (diff) | |
download | zsh-4df2090e99f4345d10d44787a5eeb0698abecb86.tar.gz zsh-4df2090e99f4345d10d44787a5eeb0698abecb86.zip |
Fix what seems to have been lost in the previous merge
Git-Dch: Ignore
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index b99da28bd..88bc85017 100755 --- a/debian/rules +++ b/debian/rules @@ -193,9 +193,11 @@ binary-arch-static: build-static awk 'BEGIN { print "The following modules are statically-compiled into the static zsh binary:\n"; } /link=static/ { printf "%s (%s %s)\n", substr($$1,6), $$4, $$5; }' obj-static/config.modules >debian/zsh-static/usr/share/doc/zsh-static/README.Debian dh_install -pzsh-static + dh_strip -pzsh-static mv debian/zsh-static/bin/zsh debian/zsh-static/bin/zsh5-static dh_installchangelogs -pzsh-static + dh_link -pzsh-static dh_compress -pzsh-static dh_fixperms -pzsh-static dh_installdeb -pzsh-static |