summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Makefile.am-create-ouput-directory-for-desktop-file.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Makefile.am-create-ouput-directory-for-desktop-file.patch')
-rw-r--r--meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Makefile.am-create-ouput-directory-for-desktop-file.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Makefile.am-create-ouput-directory-for-desktop-file.patch b/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Makefile.am-create-ouput-directory-for-desktop-file.patch
deleted file mode 100644
index 62bffef1f..000000000
--- a/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Makefile.am-create-ouput-directory-for-desktop-file.patch
+++ /dev/null
@@ -1,29 +0,0 @@
1From c85bf7cc5c1e1780d215f6fe233e3ed4597c72ed Mon Sep 17 00:00:00 2001
2From: Jackie Huang <jackie.huang@windriver.com>
3Date: Mon, 21 Sep 2015 06:54:28 +0000
4Subject: [PATCH] Makefile.am: create ouput directory for desktop file
5
6Upstream-Status: Submitted [1]
7
8[1]: http://bug-attachment.xfce.org/attachment.cgi?id=6460
9
10Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
11---
12 Makefile.am | 1 +
13 1 file changed, 1 insertion(+)
14
15diff --git a/Makefile.am b/Makefile.am
16index a22fc20..2ef0e54 100644
17--- a/Makefile.am
18+++ b/Makefile.am
19@@ -122,6 +122,7 @@ app_desktop_DATA = $(app_desktop_in_files:.desktop.in=.desktop)
20
21 src/xfce4-screenshooter.desktop.in: src/xfce4-screenshooter.desktop.in.in
22 $(AM_V_GEN) ( \
23+ $(MKDIR_P) $(dir $@); \
24 sed -e "s^@PLUGIN_PATH@^$(libexecdir)/applications^" \
25 $< > $@ \
26 )
27--
282.0.1
29