[beast] BUILD: work around 0444-mode source files for automake's distcheck dist rule
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast] BUILD: work around 0444-mode source files for automake's distcheck dist rule
- Date: Mon, 30 Aug 2010 23:49:06 +0000 (UTC)
commit 7623ce4e5e06ea34311e056a7abeb44c61392fb8
Author: Tim Janik <timj gtk org>
Date: Mon Aug 30 22:37:42 2010 +0200
BUILD: work around 0444-mode source files for automake's distcheck dist rule
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2cfabec..d9b8958 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -132,4 +132,4 @@ distcheck: dist
# remove non-distributed po files from distributed POTFILES.in
dist-hook:
sed 's,^\(drivers/\),# \1,' < $(distdir)/po/POTFILES.in > $(distdir)/po/POTFILES.tmp
- mv $(distdir)/po/POTFILES.tmp $(distdir)/po/POTFILES.in
+ mv -f $(distdir)/po/POTFILES.tmp $(distdir)/po/POTFILES.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]