Skip to content
Snippets Groups Projects
Commit ff8efe0d authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove meshweb from makefile

parent a6a7ba62
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,6 @@ install:
cp img/backgrounds/${APP}_*.png ${DESTDIR}${PREFIX}/share
cp img/avatars/* ${DESTDIR}/usr/share/${APP}/avatars
cp src/* ${DESTDIR}${PREFIX}/bin
cp src/${APP}-meshweb ${DESTDIR}${PREFIX}/bin/meshweb
cp src/${APP}-controlpanel ${DESTDIR}${PREFIX}/bin/control
cp src/${APP}-mesh-batman ${DESTDIR}${PREFIX}/bin/batman
cp src/${APP}-backup-local ${DESTDIR}${PREFIX}/bin/backup
......@@ -58,7 +57,6 @@ uninstall:
rm -f ${PREFIX}/bin/backup2friends
rm -f ${PREFIX}/bin/restore
rm -f ${PREFIX}/bin/restorefromfriend
rm -f ${PREFIX}/bin/meshweb
rm -f ${PREFIX}/bin/batman
rm -rf /etc/${APP}
bash -c "./translate uninstall"
......
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