[csw-devel] SF.net SVN: gar:[7189] csw/mgar/gar/v1/bin
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Nov 9 22:08:13 CET 2009
Revision: 7189
http://gar.svn.sourceforge.net/gar/?rev=7189&view=rev
Author: dmichelsen
Date: 2009-11-09 21:08:13 +0000 (Mon, 09 Nov 2009)
Log Message:
-----------
mGAR v1: Apply r7186 (check itself) to v1
Modified Paths:
--------------
csw/mgar/gar/v1/bin/checkpkg
Property Changed:
----------------
csw/mgar/gar/v1/bin/
Property changes on: csw/mgar/gar/v1/bin
___________________________________________________________________
Added: svn:mergeinfo
+ /csw/mgar/gar/v2/bin:7186
Modified: csw/mgar/gar/v1/bin/checkpkg
===================================================================
--- csw/mgar/gar/v1/bin/checkpkg 2009-11-09 19:39:25 UTC (rev 7188)
+++ csw/mgar/gar/v1/bin/checkpkg 2009-11-09 21:08:13 UTC (rev 7189)
@@ -85,7 +85,10 @@
# Need to rewrite this whole thing to also
# check for badly set RUNPATHs. sigh.
#
- for badpath in /export/medusa /opt/build ; do
+ # Using rot13 so that checkpkg can check itself without reporting
+ # an error.
+ badpaths="$(echo /rkcbeg/zrqhfn /bcg/ohvyq | gtr a-mn-z n-za-m)"
+ for badpath in $badpaths ; do
GREP=/bin/grep gzgrep "$badpath" $f
if [[ $? -eq 0 ]] ; then
print ""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list