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

Bug#259109: wrong permissions on /usr/bin/lintian



On Tue, Jul 13, 2004 at 08:15:08AM -0400, Clint Adams wrote:
> > Yeah, I had a outdated build environment and seem to have been struck
> > by a bug related to "sed -i". Is it correct that this is bug #257232?
> 
> How is sed -i being invoked?  lintian SVN at svn.debian.org appears to
> be empty.

in debian/rules:
# frontends
        @echo .... install frontends ....
        install -d $(tmp)/usr/bin
        install -m 755 frontend/lintian $(tmp)/usr/bin/
        sed -i 's/<VERSION>/$(VER)/' $(tmp)/usr/bin/lintian
        install -m 755 frontend/lintian-info $(tmp)/usr/bin/

I can confirm that after an upgrade to the newest sed the problem
vanished. I simply don't know for sure which sed upgrade fixed it.

Gruesse,
-- 
Frank Lichtenheld <djpig@debian.org>
www: http://www.djpig.de/



Reply to: