[arch-commits] Commit in metasploit/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Tue Jan 8 06:22:19 UTC 2019


    Date: Tuesday, January 8, 2019 @ 06:22:19
  Author: anatolik
Revision: 421007

Workaround for bundler v2 vs v1 incompatibility

Modified:
  metasploit/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++++
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-08 06:20:48 UTC (rev 421006)
+++ PKGBUILD	2019-01-08 06:22:19 UTC (rev 421007)
@@ -17,6 +17,10 @@
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}
+
+  # https://github.com/bundler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
+
   bundle config build.nokogiri --use-system-libraries
   sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
 }



More information about the arch-commits mailing list