create the bin folder in the make install

This commit is contained in:
Yann Leboulanger 2005-03-22 17:50:46 +00:00
parent 50da545980
commit b58af22c75
1 changed files with 1 additions and 0 deletions

View File

@ -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'`; \