Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'permissions' into 'master'
Install library as executable

See merge request mer-core/libmce-glib!8
  • Loading branch information
pvuorela committed Sep 15, 2020
2 parents f9139dd + 67c6d33 commit 2a38041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -205,7 +205,7 @@ INSTALL_INCLUDE_DIR = $(DESTDIR)/usr/include/$(LIB_NAME)
INSTALL_PKGCONFIG_DIR = $(DESTDIR)$(ABS_LIBDIR)/pkgconfig

install: $(INSTALL_LIB_DIR)
$(INSTALL_FILES) $(RELEASE_LIB) $(INSTALL_LIB_DIR)
$(INSTALL) -m 755 $(RELEASE_LIB) $(INSTALL_LIB_DIR)
ln -sf $(LIB) $(INSTALL_LIB_DIR)/$(LIB_SYMLINK2)
ln -sf $(LIB_SYMLINK2) $(INSTALL_LIB_DIR)/$(LIB_SYMLINK1)

Expand Down

0 comments on commit 2a38041

Please sign in to comment.