[gnome-shell] Fix distcheck-hook for missing distributed JS files
- From: Owen Taylor <otaylor src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-shell] Fix distcheck-hook for missing distributed JS files
- Date: Mon, 10 Aug 2009 22:46:29 +0000 (UTC)
commit e5aa67421db30d11315ac06a9f63a006488eb1be
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Mon Aug 10 18:18:29 2009 -0400
Fix distcheck-hook for missing distributed JS files
Use git ls-files not git-ls-files, since git-ls-files is no longer
on the path with Git 1.6
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2d20ae6..8105df5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ EXTRA_DIST = \
distcheck-hook:
@echo "Checking disted javascript against files in git"
@failed=false; \
- for f in `cd $(srcdir) && git-ls-files js` ; do \
+ for f in `cd $(srcdir) && git ls-files js` ; do \
if ! test -e $(distdir)/$$f ; then \
echo File missing from distribution: $$f ; \
failed=true ; \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]