Daniel Baumann <[EMAIL PROTECTED]> wrote: > * $(MAKE) install DESTDIR=`pwd`/debian/fspanel > > -> do *not* use `pwd`, but $(CURDIR).
And when using $(CURDIR), please enclose the path in double quotes (""),
because $(CURDIR) may well contain spaces. There are so many packages
that get this wrong...
--
Florent
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

