pp wrote: > I mean, why it is to be copied from tmp/usr/bin while it is not created there?
The 'make install' part is supposed to put it there. My guess: make install needs to be prefixed by fakeroot (or whatever what was supplied to dpkg-buildpackage with the -r parameter). > /usr/bin/install -c -o root -g root midgard-config >/root/midgard/midgard-lib-1.4_CVS200203010203/debian/tmp/usr/bin/midgard-config It has no permission to change ownership, which is why you need fakeroot or sudo. > Should midgard-config be created in test directory as other midgard-* scripts? Not necesarily. > > I don't know what part of the script does that. > > As above Probably harmless. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
