This commit is contained in:
Bob Mottram 2018-04-17 10:38:47 +01:00
parent 6b2de7165f
commit 731579c117
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ install:
mkdir -p ${DESTDIR}/usr/share/${APP}/avatars
mkdir -p ${DESTDIR}/etc/${APP}
cp src/${APP} ${DESTDIR}${PREFIX}/bin
rm -f ${DESTDIR}/${PREFIX}/bin/${APP}-*
rm -f ${DESTDIR}${PREFIX}/bin/${APP}-*
cp -r image_build/* ${DESTDIR}/etc/${APP}
cp img/backgrounds/${APP}_*.png ${DESTDIR}${PREFIX}/share
cp img/avatars/* ${DESTDIR}/usr/share/${APP}/avatars