Re: trouble with emacs-install script

2005-10-15 Thread Peter S Galbraith
Damyan Ivanov <[EMAIL PROTECTED]> wrote: > > So I use use `unset -e' prior to the egrep and `set -e' right afterwards? > > No, this is ugly :-) > > > The warnings aren't fatal. I just prefer to display them. > > Now I see. > > In this case use `egrep -e "pattern" ${LOG} || /bin/true'. This wa

Re: trouble with emacs-install script

2005-10-15 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter S Galbraith wrote: > Damyan Ivanov <[EMAIL PROTECTED]> wrote: > >>Peter S Galbraith wrote: >>>--- >>>echo ${FLAVOR} ${FLAGS} ${FILES} >> ${LOG} >>>"${FLAVOR}" ${FLAGS} ${FILES} >> ${LOG} 2>&1 >>>egrep -s -e "While compiling|\*\*" ${LOG} >>>echo

Re: trouble with emacs-install script

2005-10-15 Thread Peter S Galbraith
Damyan Ivanov <[EMAIL PROTECTED]> wrote: > Peter S Galbraith wrote: > > Hi all, > > > > I'd appreciate some shell-script help. > > > > I'm trying to add a `grep' for byte-compilation warnings to > > emacs-install scripts. > > > > The file /usr/lib/emacsen-common/packages/install/emacs-goodies-e

Re: trouble with emacs-install script

2005-10-15 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter S Galbraith wrote: > Hi all, > > I'd appreciate some shell-script help. > > I'm trying to add a `grep' for byte-compilation warnings to > emacs-install scripts. > > The file /usr/lib/emacsen-common/packages/install/emacs-goodies-el > would end

trouble with emacs-install script

2005-10-14 Thread Peter S Galbraith
Hi all, I'd appreciate some shell-script help. I'm trying to add a `grep' for byte-compilation warnings to emacs-install scripts. The file /usr/lib/emacsen-common/packages/install/emacs-goodies-el would end with: --- echo ${FLAVOR} ${FLAGS} ${FILES} >> ${LOG} "${FLAVOR}" ${FLAGS} ${FILES} >> ${

Re: install script...

1999-06-20 Thread John Travers
On Sun, 20 Jun 1999, Brian May wrote: > >%_On Sat, Jun 19, 1999 at 08:02:37PM -0700, Jim Lynch wrote: > > your makefile install target has to have a DESTDIR variable (well, I don't > > think the name is so important, however debhelper I think does use this name > > for this concept). > > I believ

Re: install script...

1999-06-20 Thread Brian May
On Sat, Jun 19, 1999 at 08:02:37PM -0700, Jim Lynch wrote: > your makefile install target has to have a DESTDIR variable (well, I don't > think the name is so important, however debhelper I think does use this name > for this concept). I believe Makefiles created with automake already have this c

Re: install script...

1999-06-20 Thread Jim Lynch
Hi, > Date:Sat, 19 Jun 1999 11:45:26 BST > To: debian-mentors@lists.debian.org > From:John Travers <[EMAIL PROTECTED]> > Subject: install script... > > Right, I'm getting there.. > > anyway, I use a configure script and do > >./configur

Re: install script...

1999-06-20 Thread Gus
On Sat, Jun 19, 1999 at 11:45:26AM +0100, John Travers wrote: > anyway, I use a configure script and do ./configure --with-datadir=/usr/lib > in > my rules file, (under commands to compile the package ). > and have: > $(MAKE) install prefix='pwd'/debian/tmp/usr (under commands to install the > pa

Re: install script...

1999-06-19 Thread Josip Rodin
On Sat, Jun 19, 1999 at 11:45:26AM +0100, John Travers wrote: > anyway, I use a configure script and do ./configure --with-datadir=/usr/lib > in > my rules file, (under commands to compile the package ). > and have: > $(MAKE) install prefix='pwd'/debian/tmp/usr (under commands to install the > pa

install script...

1999-06-19 Thread John Travers
Right, I'm getting there.. anyway, I use a configure script and do ./configure --with-datadir=/usr/lib in my rules file, (under commands to compile the package ). and have: $(MAKE) install prefix='pwd'/debian/tmp/usr (under commands to install the package) but when I run dpkg-buildpackage, the s