Fixed Makefile
This commit is contained in:
parent
85207715ab
commit
6a6444cb8c
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -31,7 +31,6 @@ install: make-install-dirs
|
|||
cp smilies/* ${PESTERCHUMLIBDIR}/smilies
|
||||
cp -r themes/* ${PESTERCHUMLIBDIR}/themes
|
||||
@echo '#!/bin/sh' > ${PESTERCHUMBINDIR}/pesterchum
|
||||
@echo 'cd ${PESTERCHUMCONFDIR}' >> ${PESTERCHUMBINDIR}/pesterchum
|
||||
@echo 'python2 pesterchum.py' > ${PESTERCHUMBINDIR}/pesterchum
|
||||
@echo 'cd ${PREFIX}$(LIBINSTALLDIR)/pesterchum' >> ${PESTERCHUMBINDIR}/pesterchum
|
||||
@echo 'python2 pesterchum.py' >> ${PESTERCHUMBINDIR}/pesterchum
|
||||
chmod +x ${PESTERCHUMBINDIR}/pesterchum
|
||||
@echo "Done installing"
|
||||
|
|
Loading…
Reference in a new issue