Re: [Suspend-devel] suspend-install-fix.diff

2006-11-13 Thread Stefan Seyfried
On Mon, Nov 06, 2006 at 10:35:35PM +0100, Pavel Machek wrote: > > yes. Me editing stuff via a GPRS link. And i never noticed, because i only > > tested it in the chrooted build environment. One moment. > > > > Looks ok to me. Updated vs latest CVS, will commit soon.: Index: Makefile ===

Re: [Suspend-devel] suspend-install-fix.diff

2006-11-06 Thread Pavel Machek
On Mon 2006-11-06 16:10:40, Stefan Seyfried wrote: > On Mon, Nov 06, 2006 at 02:36:43PM +0100, Pavel Machek wrote: > > Hi! > > > > > currently, i am using this diff in my package, it basically deals with not > > > yet existing $SUSPEND_DIR (e.g. in a chrooted build environment) by using > > > inst

Re: [Suspend-devel] suspend-install-fix.diff

2006-11-06 Thread Stefan Seyfried
On Mon, Nov 06, 2006 at 02:36:43PM +0100, Pavel Machek wrote: > Hi! > > > currently, i am using this diff in my package, it basically deals with not > > yet existing $SUSPEND_DIR (e.g. in a chrooted build environment) by using > > install -D on the first binary put there: > > Ok, but: > > > -

Re: [Suspend-devel] suspend-install-fix.diff

2006-11-06 Thread Pavel Machek
Hi! > currently, i am using this diff in my package, it basically deals with not > yet existing $SUSPEND_DIR (e.g. in a chrooted build environment) by using > install -D on the first binary put there: Ok, but: > - install --mode=755 $(S2DISK) $(DESTDIR)$(SUSPEND_DIR) > - if [ -f $(DESTDI

[Suspend-devel] suspend-install-fix.diff

2006-11-06 Thread Stefan Seyfried
Hi, currently, i am using this diff in my package, it basically deals with not yet existing $SUSPEND_DIR (e.g. in a chrooted build environment) by using install -D on the first binary put there: --- Makefile +++ Makefile @@ -124,26 +124,26 @@ $(CC) $(CFLAGS) -DHAVE_INTTYPES_H -DHAVE_STDIN