Skip to content
Snippets Groups Projects
Commit b58af22c authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

create the bin folder in the make install

parent 50da5459
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ install:
for f in $(FILES_LIB) ; do \
cp "$$f" "$(DESTDIR)$(PREFIX)/lib/gajim/"; \
done
mkdir -p "$(DESTDIR)$(PREFIX)/bin";
for s in $(SCRIPTS) ; do \
BASE=`basename "$$s"`; \
F=`cat "$$s" | sed -e 's!PREFIX!$(PREFIX)!g'`; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment