aboutsummaryrefslogtreecommitdiffstats
path: root/testing/jruby/jruby.post-install
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-04-08 15:41:44 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2016-04-08 13:45:42 +0000
commit09bb3ef33a4eea4ed140b39103179372b9d9a07a (patch)
tree8f76c1f60f04aec941af017ab66651567228587f /testing/jruby/jruby.post-install
parent0e8816baf2bc1ec97e59f735e8d04c8cac9e2629 (diff)
downloadaports-09bb3ef33a4eea4ed140b39103179372b9d9a07a.tar.bz2
aports-09bb3ef33a4eea4ed140b39103179372b9d9a07a.tar.xz
testing/jruby: remove post-install workaround for crypt.so
Diffstat (limited to 'testing/jruby/jruby.post-install')
-rw-r--r--testing/jruby/jruby.post-install13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/jruby/jruby.post-install b/testing/jruby/jruby.post-install
deleted file mode 100644
index 8b2e94b06f..0000000000
--- a/testing/jruby/jruby.post-install
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# TODO: Remove after merging musl-1.1.14-r8 into stable branch.
-
-if [ ! -e /usr/lib/libcrypt.so* ]; then
- cat <<-EOF 1>&2
- * Symlink /usr/lib/libcrypt.so* does not exist, you probably use older
- * revision of lib6-compat package. Since it's necessary for JRuby to work
- * correctly, it'll be created now.
- EOF
-
- ln -s /usr/lib/libc.so /usr/lib/libcrypt.so.1
-fi