about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorvbgl <Vincent.Laporte@gmail.com>2014-09-01 11:59:16 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2014-09-01 12:04:43 +0200
commit624e98e78e011014ba204ed414314836f15a1415 (patch)
tree9e3108473b5131ca80191e0f06d4db784875af70 /pkgs/development/ocaml-modules
parent3a663f679f0ecad309abe2b78720ec02d3c6a2b3 (diff)
downloadnixlib-624e98e78e011014ba204ed414314836f15a1415.tar
nixlib-624e98e78e011014ba204ed414314836f15a1415.tar.gz
nixlib-624e98e78e011014ba204ed414314836f15a1415.tar.bz2
nixlib-624e98e78e011014ba204ed414314836f15a1415.tar.lz
nixlib-624e98e78e011014ba204ed414314836f15a1415.tar.xz
nixlib-624e98e78e011014ba204ed414314836f15a1415.tar.zst
nixlib-624e98e78e011014ba204ed414314836f15a1415.zip
ocaml-javalib, ocaml-sawja: removes wrong path to bash in
configure scripts
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/javalib/configure.sh.patch6
-rw-r--r--pkgs/development/ocaml-modules/sawja/configure.sh.patch6
2 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/javalib/configure.sh.patch b/pkgs/development/ocaml-modules/javalib/configure.sh.patch
index 67e019b277af..77a2a5ba4ae5 100644
--- a/pkgs/development/ocaml-modules/javalib/configure.sh.patch
+++ b/pkgs/development/ocaml-modules/javalib/configure.sh.patch
@@ -1,5 +1,11 @@
 --- javalib-2.3-orig/configure.sh	2013-10-30 08:35:30.000000000 +0100
 +++ javalib-2.3/configure.sh	2014-07-06 17:28:39.025066199 +0200
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+
+ ###
+ ### A configuration script for Javalib
 @@ -44,7 +44,7 @@
  DESTDIR=
  # The ocamlpath variable for the compiler to locate the locally-installed
diff --git a/pkgs/development/ocaml-modules/sawja/configure.sh.patch b/pkgs/development/ocaml-modules/sawja/configure.sh.patch
index 8165de242f57..e01df32bbded 100644
--- a/pkgs/development/ocaml-modules/sawja/configure.sh.patch
+++ b/pkgs/development/ocaml-modules/sawja/configure.sh.patch
@@ -1,5 +1,11 @@
 --- sawja-1.5-orig/configure.sh	2013-10-30 08:35:29.000000000 +0100
 +++ sawja-1.5/configure.sh	2014-07-05 18:50:26.833798254 +0200
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+
+ ###
+ ### A configuration script for Sawja
 @@ -39,7 +39,7 @@
  DESTDIR=
  # The ocamlpath variable for the compiler to locate the locally-installed