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

Re: what is the 'dirs' file made by deb-make?



On Thu, 23 Jan 1997, Susan G. Kleinmann wrote:

> When I ran deb-make is run on fresh source package, it created
> the file debian/dirs, which contained only two lines:
>    usr/bin
>    usr/sbin
> (How) should one customize that for one's package?

>From debian/rules:
binary-arch:    checkroot build
	[...]
        install -d debian/tmp
        cd debian/tmp;install -d `cat ../dirs`

 I'm new to making Debian packages, but this seems to have no mistery...

Nicolás Lichtmaier.-
nick@feedback.com.ar



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: