Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
lurch
Commits
f0b5af51
Commit
f0b5af51
authored
Feb 08, 2017
by
Philipp
Committed by
GitHub
Feb 08, 2017
Browse files
Create PURPLE_PLUGIN_DIR if not existing
The ~/.purple/plugin is not necessarily created already.
parent
6e4a5afd
Changes
1
Hide whitespace changes
Inline
Side-by-side
makefile
View file @
f0b5af51
...
...
@@ -47,6 +47,7 @@ lurch: $(SDIR)/lurch.c axc libomemo $(BDIR)
gcc
-fPIC
-shared
$(CFLAGS)
$(BDIR)
/lurch.o
$(FILES)
-o
$(BDIR)
/lurch.so
$(LFLAGS)
install
:
$(BDIR)/lurch.so
mkdir
-p
$(PURPLE_PLUGIN_DIR)
cp
$(BDIR)
/lurch.so
$(PURPLE_PLUGIN_DIR)
/lurch.so
.PHONY
:
clean
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment