blob: 7562900b376d52476fd7cbdbd8b92c61a280be1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- devede/install.sh 2011-05-05 19:38:01.000000000 -0300
+++ devede_patched/install.sh 2011-07-11 20:23:09.000000000 -0300
@@ -64,9 +64,6 @@
install -m 755 -d "${DESTDIR}${2}/pixmaps"
install -m 644 "${scriptdir}/devede.svg" "${DESTDIR}${2}/pixmaps/"
- install -m 755 -d "${DESTDIR}${2}/pixmaps/backgrounds"
- install -m 644 "${scriptdir}/devede.svg" "${DESTDIR}${2}/pixmaps/"
-
install -m 755 -d "${DESTDIR}${2}/applications"
install -m 644 "${scriptdir}/devede.desktop" \
"${DESTDIR}${2}/applications/"
|