projects
/
tools
/
librpm-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e84db2e
)
Exclude /usr/share/info/dir from check-files.
author
Anas Nashif
<anas.nashif@intel.com>
Thu, 11 Oct 2012 21:47:26 +0000
(14:47 -0700)
committer
Anas Nashif
<anas.nashif@intel.com>
Sun, 3 Feb 2013 00:44:15 +0000
(16:44 -0800)
scripts/check-files
patch
|
blob
|
history
diff --git
a/scripts/check-files
b/scripts/check-files
index cbdf740bd6322871306bd09a942fdef1956e60ba..eb2f478dbaeb77f7d2be062bb93c3e66e79a32c8 100755
(executable)
--- a/
scripts/check-files
+++ b/
scripts/check-files
@@
-22,7
+22,9
@@
LC_ALL=C sort > $FILES_RPM
diff -d "$FILES_DISK" "$FILES_RPM" | grep "^< " | cut -c3- |
while read f; do
- echo $f | sed -e "s#^$RPM_BUILD_ROOT# #g"
+ if test "$RPM_BUILD_ROOT/usr/share/info/dir" != "$f" ; then
+ echo $f | sed -e "s#^$RPM_BUILD_ROOT# #g"
+ fi
done
rm -f $FILES_DISK