summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/androidndk-pkgs/androidndk-pkgs.nix3
1 files changed, 1 insertions, 2 deletions
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
     '';
 }