From 5de8e7d1e217256dfa39667537daec8be080d44a Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 3 May 2019 19:07:32 +0200 Subject: testing/mozjs38: purge unused aport --- testing/mozjs38/copy-headers.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 testing/mozjs38/copy-headers.patch (limited to 'testing/mozjs38/copy-headers.patch') diff --git a/testing/mozjs38/copy-headers.patch b/testing/mozjs38/copy-headers.patch deleted file mode 100644 index 7f352a795c..0000000000 --- a/testing/mozjs38/copy-headers.patch +++ /dev/null @@ -1,20 +0,0 @@ -Description: Copy headers on install instead of symlinking -Author: Rico Tzschichholz -Forwarded: no -Last-Update: 2014-10-29 - ---- - -Index: b/python/mozbuild/mozbuild/backend/recursivemake.py -=================================================================== ---- a/python/mozbuild/mozbuild/backend/recursivemake.py -+++ b/python/mozbuild/mozbuild/backend/recursivemake.py -@@ -796,7 +796,7 @@ - return - - for source, dest, _ in self._walk_hierarchy(obj, exports): -- self._install_manifests['dist_include'].add_symlink(source, dest) -+ self._install_manifests['dist_include'].add_copy(source, dest) - - if not os.path.exists(source): - raise Exception('File listed in EXPORTS does not exist: %s' % source) -- cgit v1.2.3