mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
1fa150086e
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
12 lines
553 B
Diff
12 lines
553 B
Diff
--- devede-3.16.9/install.sh 2010-07-02 19:29:29.000000000 -0300
|
|
+++ devede-3.16.9_patched/install.sh 2010-09-13 22:57:48.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/"
|