Daniel Baumann <daniel@debian.org> 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