summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/bobcat
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-03-18 03:09:45 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2016-03-18 04:32:56 +0100
commit3704901dc89d32e03c6184fb716bd011f20b982a (patch)
treeb79573554f982cb36af682108e219404e52e2c2e /pkgs/development/libraries/bobcat
parentdd177e62e36a2578d6f49db5644da472429cc8d6 (diff)
bobcat: patch all shebangs
Hotfix for eae059b0b607e4c5a0a201466e3dc2c97cecc85e Not really a regression, but it turns out that the man page target requires shebang patching as well.
Diffstat (limited to 'pkgs/development/libraries/bobcat')
-rw-r--r--pkgs/development/libraries/bobcat/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/bobcat/default.nix b/pkgs/development/libraries/bobcat/default.nix
index e0be473b1763..f6f96c816b2b 100644
--- a/pkgs/development/libraries/bobcat/default.nix
+++ b/pkgs/development/libraries/bobcat/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
postPatch = ''
substituteInPlace INSTALL.im --replace /usr $out
- patchShebangs ./build
+ patchShebangs .
'';
buildPhase = ''