summaryrefslogtreecommitdiff
path: root/libre/xbmc-lts/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 04:25:27 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 04:25:27 -0300
commit0c80991b66ecc9768c4f69ae4c9fead9b82a9d6c (patch)
tree65fedd5c56fed022d49a76a93686d1491d78e480 /libre/xbmc-lts/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
parent039be8872ca85f499fe667075cf6e667d91dc4f5 (diff)
downloadabslibre-0c80991b66ecc9768c4f69ae4c9fead9b82a9d6c.tar.gz
abslibre-0c80991b66ecc9768c4f69ae4c9fead9b82a9d6c.tar.bz2
abslibre-0c80991b66ecc9768c4f69ae4c9fead9b82a9d6c.zip
xbmc-lts: remove libre suffix
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, 27 insertions, 0 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
new file mode 100644
index 000000000..71841758e
--- /dev/null
+++ b/libre/xbmc-lts/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
@@ -0,0 +1,27 @@
+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
+