Browse Source

Remove meshweb from makefile

Bob Mottram 8 years ago
parent
commit
ff8efe0dec
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      Makefile

+ 0
- 2
Makefile View File

@@ -27,7 +27,6 @@ install:
27 27
 	cp img/backgrounds/${APP}_*.png ${DESTDIR}${PREFIX}/share
28 28
 	cp img/avatars/* ${DESTDIR}/usr/share/${APP}/avatars
29 29
 	cp src/* ${DESTDIR}${PREFIX}/bin
30
-	cp src/${APP}-meshweb ${DESTDIR}${PREFIX}/bin/meshweb
31 30
 	cp src/${APP}-controlpanel ${DESTDIR}${PREFIX}/bin/control
32 31
 	cp src/${APP}-mesh-batman ${DESTDIR}${PREFIX}/bin/batman
33 32
 	cp src/${APP}-backup-local ${DESTDIR}${PREFIX}/bin/backup
@@ -58,7 +57,6 @@ uninstall:
58 57
 	rm -f ${PREFIX}/bin/backup2friends
59 58
 	rm -f ${PREFIX}/bin/restore
60 59
 	rm -f ${PREFIX}/bin/restorefromfriend
61
-	rm -f ${PREFIX}/bin/meshweb
62 60
 	rm -f ${PREFIX}/bin/batman
63 61
 	rm -rf /etc/${APP}
64 62
 	bash -c "./translate uninstall"