From 7a5a370c25743790786563aee6990bcaa0afbddd Mon Sep 17 00:00:00 2001 From: Sander van der Burg Date: Wed, 19 Dec 2018 22:45:48 +0100 Subject: Remove redundant chmod --- pkgs/development/androidndk-pkgs/androidndk-pkgs.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/androidndk-pkgs/androidndk-pkgs.nix b/pkgs/development/androidndk-pkgs/androidndk-pkgs.nix index d423ae5f1c4..e43dacce625 100644 --- a/pkgs/development/androidndk-pkgs/androidndk-pkgs.nix +++ b/pkgs/development/androidndk-pkgs/androidndk-pkgs.nix @@ -125,9 +125,8 @@ rec { runCommand "bionic-prebuilt" {} '' mkdir -p $out cp -r ${includePath} $out/include - chmod u+w $out/include - cp -r ${asmIncludePath}/* $out/include chmod +w $out/include + cp -r ${asmIncludePath}/* $out/include ln -s ${libPath} $out/lib ''; } -- cgit 1.4.1