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 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

Reply via email to