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

No slash

parent 6b2de716
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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