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

Re: file not instaled by makefile



On Wed, 25 Mar 2009 18:25:32 +0100 (CET)
Jaromír Mikeš <mira.mikes@seznam.cz> wrote:

> Actually there are more items (40) in my config-files dir and some of them even in subdirs.
> I've tried install them by this way:
> 
> dh_install -i config-files/
> 
> and thisway:
>  
> dh_install -i --sourcedir=config-files/
> 
> In conjunction with my debian/package.install file.
> But without success.
> Can you please check syntax of these lines?

You're forgetting the destination dir in the first call. I think

    dh_install -i config-files/* etc/

should do the trick; if you already have a debian/install file, however, you
could just drop

    config-files/* etc/

into it to achieve the same result.

-- 
Andrea Bolognani <eof@kiyuko.org>
Resistance is futile, you will be garbage collected.

Attachment: pgpQupsnbNDlj.pgp
Description: PGP signature


Reply to: