restore target path from /usr/local/include to /usr/include

pull/37/head
yuqing 2018-05-22 09:29:19 +08:00
parent 8b0c655039
commit 004c0036b2
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ install:
mkdir -p $(DESTDIR)/usr/$(LIB_VERSION)
mkdir -p $(DESTDIR)/usr/lib
install -m 755 $(SHARED_LIBS) $(DESTDIR)/usr/$(LIB_VERSION)
mkdir -p $(DESTDIR)/usr/local/include/fastcommon
install -m 644 $(HEADER_FILES) $(DESTDIR)/usr/local/include/fastcommon
mkdir -p $(DESTDIR)/usr/include/fastcommon
install -m 644 $(HEADER_FILES) $(DESTDIR)/usr/include/fastcommon
clean:
rm -f $(ALL_OBJS) $(ALL_PRGS) $(ALL_LIBS)