summaryrefslogtreecommitdiff
path: root/libre/xbmc-lts/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-01-20 13:38:58 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-01-20 13:38:58 -0200
commitee507a0c39c1266b35158689cad8f7fe531f396a (patch)
treee0b37782f810aaaea25e328efa10a4560b6c3b27 /libre/xbmc-lts/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
parent03e1b1f2144c92194acd4d1d9a0c6e10ac51a4a3 (diff)
parenta2df7958861eec4672c47cf90fe593a10cc42c8f (diff)
downloadabslibre-ee507a0c39c1266b35158689cad8f7fe531f396a.tar.gz
abslibre-ee507a0c39c1266b35158689cad8f7fe531f396a.tar.bz2
abslibre-ee507a0c39c1266b35158689cad8f7fe531f396a.zip
Merge branch 'master' of ssh://projects.parabola.nu:1863/~git/abslibre/abslibre
Diffstat (limited to 'libre/xbmc-lts/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch')
-rw-r--r--libre/xbmc-lts/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/libre/xbmc-lts/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch b/libre/xbmc-lts/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
deleted file mode 100644
index 71841758e..000000000
--- a/libre/xbmc-lts/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 6abfd7104202121d3e23ddad47e377dfaef22b10 Mon Sep 17 00:00:00 2001
-From: BlackEagle <ike.devolder@gmail.com>
-Date: Sun, 25 May 2014 12:10:01 +0200
-Subject: [PATCH] make sure applications/xbmc.desktop does'nt have executable
- flag
-
-Signed-off-by: BlackEagle <ike.devolder@gmail.com>
----
- Makefile.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index 754f153..bee1fdd 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -646,7 +646,7 @@ endif
- endif
- @# Icons and links
- @install -d $(DESTDIR)$(datarootdir)/applications
-- @install tools/Linux/xbmc.desktop $(DESTDIR)$(datarootdir)/applications/xbmc.desktop
-+ @install -m 0644 tools/Linux/xbmc.desktop $(DESTDIR)$(datarootdir)/applications/xbmc.desktop
- @install -d $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps
- @install -m 0644 media/icon48x48.png $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/xbmc.png
- @install -d $(DESTDIR)$(datadir)/icons/hicolor/256x256/apps
---
-1.9.1
-