diff options
Diffstat (limited to 'multimedia/devede/fix_extra_backgrounds_dir.patch')
-rw-r--r-- | multimedia/devede/fix_extra_backgrounds_dir.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/multimedia/devede/fix_extra_backgrounds_dir.patch b/multimedia/devede/fix_extra_backgrounds_dir.patch deleted file mode 100644 index 7562900b37..0000000000 --- a/multimedia/devede/fix_extra_backgrounds_dir.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- 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/" |