growl
This commit is contained in:
parent
9633ba6c92
commit
7ba9d476cc
1 changed files with 2 additions and 2 deletions
|
@ -134,9 +134,9 @@
|
|||
buildInputs = bi;
|
||||
fixupPhase = ''
|
||||
ls -l
|
||||
mkdir -p $out/public
|
||||
ls -l $out
|
||||
mkdir -p public
|
||||
cp -r ${site}/* $out/public
|
||||
cp -r ${site}/* $out/public/
|
||||
ls -l $out
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue