From: yomguy Date: Mon, 11 Jul 2011 15:24:16 +0000 (+0200) Subject: rm deefuzzer from install X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=003d9a0eec3101c90b5007ea44856db13e61a115;p=telecaster-cgi.git rm deefuzzer from install --- diff --git a/conf/etc/init.d/vncserver b/conf/etc/init.d/vncserver old mode 100755 new mode 100644 diff --git a/install.py b/install.py index d3ba244..f13beb1 100644 --- a/install.py +++ b/install.py @@ -60,10 +60,6 @@ if not os.path.exists(home): os.chdir(app_dir + '/tools/edcast-jack') os.system('./configure; make; sudo make install') -# installing deefuzzer -os.chdir(app_dir + '/tools/deefuzzer') -os.system('sudo python setup.py install') - os.chdir(app_dir) install_dir = '/var/www/telecaster' if os.path.exists(install_dir): diff --git a/tools/edcast-jack/libedcast/Makefile b/tools/edcast-jack/libedcast/Makefile index 855fde4..5ceaa9c 100644 --- a/tools/edcast-jack/libedcast/Makefile +++ b/tools/edcast-jack/libedcast/Makefile @@ -87,12 +87,12 @@ HEADERS = $(include_HEADERS) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /home/telecaster/apps/telecaster/tools/edcast-jack/missing --run aclocal-1.10 -AMTAR = ${SHELL} /home/telecaster/apps/telecaster/tools/edcast-jack/missing --run tar +ACLOCAL = ${SHELL} /home/dev/telecaster/telecaster/tools/edcast-jack/missing --run aclocal-1.10 +AMTAR = ${SHELL} /home/dev/telecaster/telecaster/tools/edcast-jack/missing --run tar AR = ar -AUTOCONF = ${SHELL} /home/telecaster/apps/telecaster/tools/edcast-jack/missing --run autoconf -AUTOHEADER = ${SHELL} /home/telecaster/apps/telecaster/tools/edcast-jack/missing --run autoheader -AUTOMAKE = ${SHELL} /home/telecaster/apps/telecaster/tools/edcast-jack/missing --run automake-1.10 +AUTOCONF = ${SHELL} /home/dev/telecaster/telecaster/tools/edcast-jack/missing --run autoconf +AUTOHEADER = ${SHELL} /home/dev/telecaster/telecaster/tools/edcast-jack/missing --run autoheader +AUTOMAKE = ${SHELL} /home/dev/telecaster/telecaster/tools/edcast-jack/missing --run automake-1.10 AWK = gawk CC = gcc CCDEPMODE = depmode=gcc3 @@ -136,7 +136,7 @@ LN_S = ln -s LTLIBOBJS = MAD_CFLAGS = MAD_LIBS = -lmad -MAKEINFO = ${SHELL} /home/telecaster/apps/telecaster/tools/edcast-jack/missing --run makeinfo +MAKEINFO = ${SHELL} /home/dev/telecaster/telecaster/tools/edcast-jack/missing --run makeinfo MKDIR_P = /bin/mkdir -p OBJEXT = o OGG_CFLAGS = @@ -161,10 +161,10 @@ VORBIS_CFLAGS = VORBIS_LDFLAGS = VORBIS_LIBS = -lvorbis VORBIS_PREFIX = -abs_builddir = /home/telecaster/apps/telecaster/tools/edcast-jack/libedcast -abs_srcdir = /home/telecaster/apps/telecaster/tools/edcast-jack/libedcast -abs_top_builddir = /home/telecaster/apps/telecaster/tools/edcast-jack -abs_top_srcdir = /home/telecaster/apps/telecaster/tools/edcast-jack +abs_builddir = /home/dev/telecaster/telecaster/tools/edcast-jack/libedcast +abs_srcdir = /home/dev/telecaster/telecaster/tools/edcast-jack/libedcast +abs_top_builddir = /home/dev/telecaster/telecaster/tools/edcast-jack +abs_top_srcdir = /home/dev/telecaster/telecaster/tools/edcast-jack ac_ct_CC = gcc ac_ct_CXX = g++ ac_ct_F77 = @@ -193,7 +193,7 @@ host_vendor = unknown htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = $(SHELL) /home/telecaster/apps/telecaster/tools/edcast-jack/install-sh +install_sh = $(SHELL) /home/dev/telecaster/telecaster/tools/edcast-jack/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale