From a7366a764aa8d549a16b58e43181fe4ff7e598ab Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 5 Jan 2012 20:33:46 +0000 Subject: * Add a -I flag to the Perl bindings to nix-build and some other scripts. * Include the version and architecture in the -I flag so that there is at least a chance that a Nix binary built for one Perl version will run on another version. --- scripts/nix-install-package.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/nix-install-package.in') diff --git a/scripts/nix-install-package.in b/scripts/nix-install-package.in index 178b14c7468f..951c2918fa70 100755 --- a/scripts/nix-install-package.in +++ b/scripts/nix-install-package.in @@ -1,4 +1,4 @@ -#! @perl@ -w +#! @perl@ -w @perlFlags@ use strict; use File::Temp qw(tempdir); -- cgit 1.4.1