diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-13 18:33:57 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-13 18:34:42 +0200 |
commit | 9e39e7951c2790d494a6cd571332cd8d39a8ad3b (patch) | |
tree | ec88cb256b66818400b4a1500c53ff8afc3c5d7d /community/ruby-pygments/fix-gemspec.patch | |
parent | 96d1bb3fe7352089d25dbe2b3df84667b5f6e3ea (diff) | |
download | aports-9e39e7951c2790d494a6cd571332cd8d39a8ad3b.tar.bz2 aports-9e39e7951c2790d494a6cd571332cd8d39a8ad3b.tar.xz |
community/ruby-pygments: upgrade to 1.1.2
Diffstat (limited to 'community/ruby-pygments/fix-gemspec.patch')
-rw-r--r-- | community/ruby-pygments/fix-gemspec.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/ruby-pygments/fix-gemspec.patch b/community/ruby-pygments/fix-gemspec.patch new file mode 100644 index 0000000000..05c509a626 --- /dev/null +++ b/community/ruby-pygments/fix-gemspec.patch @@ -0,0 +1,12 @@ +Busybox find does not support -printf. Moreover, there are no symlinks +in the tarball, so this exclude is quite useless. + +--- a/pygments.rb.gemspec ++++ b/pygments.rb.gemspec +@@ -21,6 +21,5 @@ + # s.extensions = ['ext/extconf.rb'] + s.require_paths = ['lib'] + +- exclude = `find . -type l -printf '%P\\0'`.split("\0").map {|f| "':!#{f}'" } * ' ' + s.files = `git ls-files -- . #{exclude}`.split("\n") + end |