From c2af67091dee2de1081626a8188a073f5f76bbe9 Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Fri, 3 Nov 2006 00:48:03 +0000 Subject: [PATCH] remove duplicate file --- custom/examples/953-gpm | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 custom/examples/953-gpm diff --git a/custom/examples/953-gpm b/custom/examples/953-gpm deleted file mode 100644 index 554b043..0000000 --- a/custom/examples/953-gpm +++ /dev/null @@ -1,41 +0,0 @@ -# -# $Id$ -# -PKG="gpm" -PKG_VERSION="1.20.1" -PKG_FILE="gpm-1.20.1.tar.bz2" -URL="ftp://arcana.linux.it/pub/gpm/${PKG_FILE}" -MD5="2c63e827d755527950d9d13fe3d87692" - -PATCH1=" http://www.linuxfromscratch.org/patches/blfs/svn/gpm-1.20.1-segfault-1.patch" -PATCH2=" http://www.linuxfromscratch.org/patches/blfs/svn/gpm-1.20.1-silent-1.patch" - - -( cat << "xEOFx" - -patch -Np1 -i ../gpm-1.20.1-segfault-1.patch && -patch -Np1 -i ../gpm-1.20.1-silent-1.patch && -./configure --prefix=/usr --sysconfdir=/etc && -LDFLAGS="-lm" make - -make install && -cp -v conf/gpm-root.conf /etc && -ldconfig - -# The normal cmd to install the boot script for gpm -# --- PUT THIS CMD INSIDE 999-blfs_bootscripts -#make install-gpm - -cat > /etc/sysconfig/mouse << "EOF" -# Begin /etc/sysconfig/mouse - -MDEVICE="/dev/psaux" -PROTOCOL="imps2" -GPMOPTS="" - -# End /etc/sysconfig/mouse -EOF - -xEOFx -) > tmp -