HomeSort by relevance Sort by last modified time
    Searched refs:pkginfo (Results 1 - 3 of 3) sorted by null

  /external/openssh/
buildpkg.sh.in 245 echo "Building pkginfo file..."
246 cat > pkginfo << _EOF
625 BEGIN { print "i pkginfo"; print "i depend"; \\
643 find . | egrep -v "prototype|pkginfo|mk-proto.awk" | sort | \
664 grep -v "^PSTAMP=" $FAKE_ROOT/pkginfo > $$tmp
665 mv $$tmp $FAKE_ROOT/pkginfo
666 cat >> $FAKE_ROOT/pkginfo << _EOF
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 75 and creates the PkgInfo and Info.plist files.
182 # Write Contents/PkgInfo
185 pkginfo = pathjoin(contents, "PkgInfo")
186 f = open(pkginfo, "wb")
    [all...]
gensuitemodule.py 238 pkginfo = os.path.join(fullname, 'Contents', 'PkgInfo')
239 if not os.path.exists(pkginfo):
240 raise RuntimeError, "No PkgInfo file found"
241 tp_cr = open(pkginfo, 'rb').read()
    [all...]

Completed in 149 milliseconds