[Xfce4-commits] [apps/xfce4-screenshooter] 01/01: Makefile.am: create ouput directory for desktop file
noreply at xfce.org
noreply at xfce.org
Sun Nov 1 10:12:43 CET 2015
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository apps/xfce4-screenshooter.
commit a04b60c39dbc3c179e4098ca255ee6c63ab0d6eb
Author: Jackie Huang <jackie.huang at windriver.com>
Date: Mon Sep 21 06:54:28 2015 +0000
Makefile.am: create ouput directory for desktop file
Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am
index a22fc20..2ef0e54 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -122,6 +122,7 @@ app_desktop_DATA = $(app_desktop_in_files:.desktop.in=.desktop)
src/xfce4-screenshooter.desktop.in: src/xfce4-screenshooter.desktop.in.in
$(AM_V_GEN) ( \
+ $(MKDIR_P) $(dir $@); \
sed -e "s^@PLUGIN_PATH@^$(libexecdir)/applications^" \
$< > $@ \
)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list