Browse Source

Remove existing commands before installing

Bob Mottram 7 years ago
parent
commit
1d568eecea
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Makefile

+ 1
- 0
Makefile View File

@@ -23,6 +23,7 @@ install:
23 23
 	mkdir -p ${DESTDIR}/usr/share/${APP}/utils
24 24
 	mkdir -p ${DESTDIR}/usr/share/${APP}/avatars
25 25
 	mkdir -p ${DESTDIR}/etc/${APP}
26
+	rm -f ${DESTDIR}/${PREFIX}/bin/${APP}-*
26 27
 	cp -r image_build/* ${DESTDIR}/etc/${APP}
27 28
 	cp img/backgrounds/${APP}_*.png ${DESTDIR}${PREFIX}/share
28 29
 	cp img/avatars/* ${DESTDIR}/usr/share/${APP}/avatars