From 5bb6beb42b86a255991f29fc2a4faabe93d1991c Mon Sep 17 00:00:00 2001 From: Torsten Hilbrich Date: Fri, 14 Jun 2002 19:31:00 +0200 Subject: Imported version 1.8.2 from tarball fixed Makefile --- debian/install.debian | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100755 debian/install.debian (limited to 'debian/install.debian') diff --git a/debian/install.debian b/debian/install.debian deleted file mode 100755 index ad76efb..0000000 --- a/debian/install.debian +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh - -PACKAGE=dictionary -FLAVOUR=$1 -ELDIR=/usr/share/emacs/site-lisp/ -ELCDIR=/usr/share/$FLAVOUR/site-lisp/ -EFLAGS="-batch -q -l lpath.el -f batch-byte-compile" -CONFFILE=${ELDIR}/${PACKAGE}-init.el -CONFDIR=/etc/$FLAVOUR/site-start.d/ - -SOURCES="dictionary.el connection.el link.el" - -case "$FLAVOUR" in - emacs) echo "install/$PACKAGE: Ignoring emacs";; - *) echo -n "install/$PACKAGE: Byte-compiling for $FLAVOUR..." - install -m 755 -d $ELCDIR - for i in $SOURCES; do cp $ELDIR/$i $ELCDIR; done - (cd $ELCDIR && \ - echo '(setq load-path (cons "." load-path))' > lpath.el - $FLAVOUR $EFLAGS $SOURCES 2>/dev/null - rm lpath.el ) - cp ${CONFFILE} ${CONFDIR}/50${PACKAGE}.el - cd $ELCDIR - for i in $SOURCES; do rm -f $ELCDIR/*.el; done - echo " done." - ;; -esac - - - -- cgit v1.2.3