[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: double slash



> Od: Russ Allbery <rra@debian.org>

> Jaromír Mikeš <mira.mikes@seznam.cz> writes:

> > /tmp/buildd/slv2-0.6.2/debian/slv2/usr/include//slv2/pluginclass.h
> >
> > Can be double slash behind include problem?
>
> As mentioned already, this isn't a problem.  If you were curious why it's
> happening, it's generally because upstream has written their makefiles to
> install files into:
>
>     $(DESTDIR)/$(prefix)
>
> instead of:
>
>     $(DESTDIR)$(prefix)

Thank you ... good to know it is not a problem.

I am building library with four packages.
And I need to spread installed files to packages using packagename.install files.

I am trying using:

dh_install -i --sourcedir=debian/slv2
and
dh_install -s --sourcedir=debian/svl2


I am getting error:
cp: cannot stat `debian/svl2//usr/share/doc/slv2': No such file or directory
dh_install: cp returned exit code 1

Path is from my packagename.install file.

But I can see from install process that files like this was installed.

e.g.
/tmp/buildd/slv2-0.6.2/debian/slv2/usr/share/doc/slv2/files.html

Any idea what can be wrong?

regards

mira


Reply to: