On Thu, 2008-10-16 at 23:07 +0200, Daniel Gollub wrote: > plain text document attachment (buildenv-lib-install-permission.patch) > Signed-off-by: Daniel Gollub <[EMAIL PROTECTED]> > > --- > lib/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > Index: ltp-full-20080825/lib/Makefile > =================================================================== > --- ltp-full-20080825.orig/lib/Makefile > +++ ltp-full-20080825/lib/Makefile > @@ -20,6 +20,6 @@ clean: > rm -f $(TARGET) $(OBJS) > > install: $(TARGET) > - install -D $(TARGET) $(DESTDIR)/$(PREFIX)/lib$(LIBSUFFIX)/$(TARGET) > - install -D ltp.pc $(DESTDIR)/$(PREFIX)/share/pkgconfig/ltp.pc > + install -D -m 644 $(TARGET) > $(DESTDIR)/$(PREFIX)/lib$(LIBSUFFIX)/$(TARGET) > + install -D -m 644 ltp.pc $(DESTDIR)/$(PREFIX)/share/pkgconfig/ltp.pc >
This one merged too. Regards-- Subrata > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Ltp-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ltp-list ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
