mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-26 15:02:46 +00:00
cherry-picked mozilla upstream changes:
bug1378147, bug1364984, bug1334338, bug1379538, bug1356812, bug1379444, bug1372467, bug1372383, bug1383002, bug1308908, bug1347667, bug1367128, bug1377016, bug1359058, bug1379537
This commit is contained in:
@@ -410,3 +410,10 @@ class InstallManifestNoSymlinks(InstallManifest):
|
||||
source will be copied to dest.
|
||||
"""
|
||||
self.add_copy(source, dest)
|
||||
|
||||
def add_pattern_symlink(self, base, pattern, dest):
|
||||
"""A wrapper that accepts symlink patterns and installs file copies.
|
||||
|
||||
Files discovered with ``pattern`` will be copied to ``dest``.
|
||||
"""
|
||||
self.add_pattern_copy(base, pattern, dest)
|
||||
|
||||
Reference in New Issue
Block a user