[Pkg-mozext-commits] [firetray] 01/14: Fix: Makefile to include LICENSE properly.
David Prévot
taffit at moszumanska.debian.org
Mon Sep 15 02:00:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository firetray.
commit 9005ca8f85a1c9afd16ce57e08d71ae00c130d2e
Author: foudfou <foudil.newbie+git at gmail.com>
Date: Wed Jul 16 00:43:11 2014 +0200
Fix: Makefile to include LICENSE properly.
---
src/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/Makefile b/src/Makefile
index bdd7e4e..bbacf7f 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -156,6 +156,9 @@ $(build_dir)/%: %
@mkdir -p $(dir $@)
@cp -f $< $@ # -d for symlinks
+$(build_dir)/$(license): ../$(license)
+ @cp -f $< $@
+
# Inject SCM revision stamp. This may be useful in case we mess up with tags
$(build_dir)/$(install_rdf): $(install_rdf)
@sed 's/\/\* SCM-REVISION:/\/* SCM-REVISION: $(SCM-REVISION) /' $< > $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git
More information about the Pkg-mozext-commits
mailing list