diff options
| author | runge <runge> | 2007-05-27 00:16:21 +0000 |
|---|---|---|
| committer | runge <runge> | 2007-05-27 00:16:21 +0000 |
| commit | dd193b133536e68121ff0afebc9ca225f32ff54b (patch) | |
| tree | 674f434d3db5014467b8accd7cee8c521d0dada8 /prepare_x11vnc_dist.sh | |
| parent | 7fffc5d3b41565d7ff43cf582c00cee1bdf76474 (diff) | |
| download | libtdevnc-dd193b133536e68121ff0afebc9ca225f32ff54b.tar.gz libtdevnc-dd193b133536e68121ff0afebc9ca225f32ff54b.zip | |
configure: make more of a split between libvncserver and x11vnc pkgs.
Diffstat (limited to 'prepare_x11vnc_dist.sh')
| -rw-r--r-- | prepare_x11vnc_dist.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prepare_x11vnc_dist.sh b/prepare_x11vnc_dist.sh index 3c83215..20956a3 100644 --- a/prepare_x11vnc_dist.sh +++ b/prepare_x11vnc_dist.sh @@ -7,11 +7,11 @@ cd "$(dirname "$0")" mv configure.ac configure.ac.LibVNCServer cat configure.ac.LibVNCServer | \ -egrep -v 'AC_CONFIG_COMMANDS.*libvncserver-config' | \ +egrep -v '(AC_CONFIG_COMMANDS|chmod).*libvncserver-config' | \ +egrep -v '^[ ]*libvncserver-config$' | \ sed -e "s/LibVNCServer, [^,)]*\([(,]\)*/x11vnc, $VERSION\1/g" \ -e "s/\(contrib\|examples\|vncterm\|test\|client_examples\)\/Makefile//g" \ -e "s/LibVNCServer.spec/x11vnc.spec/g" \ - -e "s/^.*libvncserver-config//g" \ -e "s/AC_PROG_LIBTOOL/AC_PROG_RANLIB/" \ > configure.ac |
