Copy amnesic background
This commit is contained in:
parent
25a819c506
commit
4ede602424
4
Makefile
4
Makefile
@ -23,7 +23,7 @@ install:
|
||||
mkdir -p ${DESTDIR}/usr/share/${APP}/utils
|
||||
mkdir -p ${DESTDIR}/etc/${APP}
|
||||
cp -r image_build/* ${DESTDIR}/etc/${APP}
|
||||
install -m 755 img/backgrounds/${APP}_mesh_background.png ${DESTDIR}${PREFIX}/share
|
||||
install -m 755 img/backgrounds/${APP}_*.png ${DESTDIR}${PREFIX}/share
|
||||
install -m 755 src/* ${DESTDIR}${PREFIX}/bin
|
||||
install -m 755 src/${APP}-meshweb ${DESTDIR}${PREFIX}/bin/meshweb
|
||||
install -m 755 src/${APP}-controlpanel ${DESTDIR}${PREFIX}/bin/control
|
||||
@ -44,7 +44,7 @@ install:
|
||||
install -m 644 man/${APP}-restore-local.1.gz ${DESTDIR}${PREFIX}/share/man/man1/restore.1.gz
|
||||
bash -c "./translate install"
|
||||
uninstall:
|
||||
rm -f ${PREFIX}/share/${APP}_mesh_background.png
|
||||
rm -f ${PREFIX}/share/${APP}_*.png
|
||||
rm -f ${PREFIX}/share/man/man1/backup.1.gz
|
||||
rm -f ${PREFIX}/share/man/man1/restore.1.gz
|
||||
rm -f ${PREFIX}/share/man/man1/${APP}*.1.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user