Searched refs:srcpkg (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tools/
H A Dhardlink_packages.py97 srcpkg = greatestVersion.replace("-" + arch + ".hpkg", variable
99 if os.path.exists(args_src + srcpkg):
100 if not os.path.exists(args_dst_packages + srcpkg):
101 os.link(args_src + srcpkg, args_dst_packages + srcpkg)
102 if ('packages/' + srcpkg) not in packageFiles:
103 packageFiles.append('packages/' + srcpkg)

Completed in 32 milliseconds