diff options
author | dscho <dscho> | 2004-06-07 17:52:42 +0000 |
---|---|---|
committer | dscho <dscho> | 2004-06-07 17:52:42 +0000 |
commit | cb3d612bb144baa125d13403c0be7488902fa4a4 (patch) | |
tree | 50ac7b16e93ee48658b67dfa27afced3718c1197 /prepare_x11vnc_dist.sh | |
parent | 00901a2eb9ec569157fad8a531a1de037ac0e2de (diff) | |
download | libtdevnc-cb3d612bb144baa125d13403c0be7488902fa4a4.tar.gz libtdevnc-cb3d612bb144baa125d13403c0be7488902fa4a4.zip |
fix bug 968264: make rpm did not work with x11vnc package
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 0b4aaad..1e1086e 100644 --- a/prepare_x11vnc_dist.sh +++ b/prepare_x11vnc_dist.sh @@ -9,7 +9,7 @@ mv configure.ac configure.ac.LibVNCServer cat configure.ac.LibVNCServer | \ sed -e "s/LibVNCServer, [^,)]*\([(,]\)*/x11vnc, $VERSION\1/g" \ -e "s/\(contrib\|examples\|vncterm\|libvncclient\|test\|client_examples\)\/Makefile//g" \ - -e "s/libvncserver.spec/x11vnc.spec/g" \ + -e "s/LibVNCServer.spec/x11vnc.spec/g" \ -e "s/^.*libvncserver-config//g" \ > configure.ac @@ -23,7 +23,7 @@ sed -e "s/^SUBDIRS.*$/SUBDIRS=libvncserver x11vnc/" \ -e "s/include_/noinst_/" \ > Makefile.am -cat libvncserver.spec.in | \ +cat LibVNCServer.spec.in | \ sed -e "s/Johannes.Schindelin@gmx.de/runge@karlrunge.com/gi" \ -e "s/Johannes.Schindelin/Karl Runge/g" \ -e "s/a library to make writing a vnc server easy/a VNC server for the current X11 session/" \ |