Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
ae94990a
Commit
ae94990a
authored
Feb 27, 2019
by
Valentin Reis
Browse files
add -p to mkdir
parent
d5f04e61
Pipeline
#5716
passed with stages
in 45 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
pkgs/default.nix
View file @
ae94990a
...
@@ -257,7 +257,7 @@ let
...
@@ -257,7 +257,7 @@ let
doArgotk
=
drv
:
command
:
drv
.
overrideAttrs
(
old
:{
doArgotk
=
drv
:
command
:
drv
.
overrideAttrs
(
old
:{
buildPhase
=
"argotk "
+
command
+
" --verbose"
;
buildPhase
=
"argotk "
+
command
+
" --verbose"
;
installPhase
=
''
installPhase
=
''
mkdir $out
mkdir
-p
$out
cp _output/* $out/
cp _output/* $out/
''
;
''
;
});
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment