On Tue, Mar 22, 2005 at 04:43:56AM -0600, Marcos Pinto wrote:
> i'm trying to package vmwaredsp-1.1, which allows vmware to use
> esd/arts as a means to access sound.  the problem i'm having is when i
> run dpkg-buildpackage -rfakeroot  instead of installing the libraries
> in debian/tmp, it tries to put them straight into /usr/lib, which
> obviously fails.  below is the output of dpkg-buildpackage -rfakeroot,
> as well as a copy of my (small) Makefile.  any help would be
> appreciated.  thanks.
It does exactly what your install target in your Makefile comprises.

...
install -c -m 4444 libvmdsp.so /usr/lib
...

You need to change the destination to $(DESTDIR)/usr/lib

  Uwe

-- 
  MMK GmbH, Universitaetsstr. 11, 58097 Hagen
  [EMAIL PROTECTED]
  Tel: +2331 840446    Fax: +2331 843920

Attachment: signature.asc
Description: Digital signature

Reply via email to