diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-07-07 17:48:16 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-07-07 17:48:16 +0000 |
commit | da37fb0dff2e38d0d33c7e69b9cf1bf15d21a147 (patch) | |
tree | a57e0799076ed60486331b02bc7b824db876c475 /onbld/debian | |
parent | 78fcb0cabe12f0eb1a2d8370e7356f481718b4fb (diff) | |
download | illumos-packaging-da37fb0dff2e38d0d33c7e69b9cf1bf15d21a147.tar.gz |
Fixed regexes
Diffstat (limited to 'onbld/debian')
-rwxr-xr-x | onbld/debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/onbld/debian/rules b/onbld/debian/rules index bbda33e..5c9f58f 100755 --- a/onbld/debian/rules +++ b/onbld/debian/rules @@ -26,12 +26,12 @@ install build build-arch build-indep: build-stamp build-stamp: patch # ctfstabs needs libctf, libctf needs ctfconvert # We've disabled ctfstabs via patch to build all tools - # not requiring lbctf, then build libctf, then - ctfstabs: + # not requiring libctf, then build libctf, then - ctfstabs: # libncurses.so is actually linker script # and sunld does not understand it, # but we do not need sunld here ;-) - sed -i -r 's/(export +LD_ALTEXEC.*)/#\1/' illumos-gate/env.sh + sed -i -r 's/.*(export +LD_ALTEXEC.*)/#\1/' illumos-gate/env.sh dh_illumos_make usr/src/tools # Then we need sunld: sed -i -r 's/#(export +LD_ALTEXEC.*)/\1/' illumos-gate/env.sh |