mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
whitespace
This commit is contained in:
parent
67247c113e
commit
de2257e11c
1 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ in stdenv.mkDerivation rec {
|
|||
src/comp/update-build-system.sh \
|
||||
src/comp/wrapper.sh \
|
||||
|
||||
# patchShebangs doesn't catch these.
|
||||
# patchShebangs doesn't catch these.
|
||||
substituteInPlace \
|
||||
testsuite/findfailures.csh \
|
||||
--replace '/bin/tcsh' "${tcsh}/bin/tcsh" \
|
||||
|
@ -107,9 +107,9 @@ in stdenv.mkDerivation rec {
|
|||
mv inst/bin $out
|
||||
mv inst/lib $out
|
||||
|
||||
# fragile, I know..
|
||||
# fragile, I know..
|
||||
mkdir -p $doc/share/doc/bsc
|
||||
mv inst/README $doc/share/doc/bsc
|
||||
mv inst/README $doc/share/doc/bsc
|
||||
mv inst/ReleaseNotes.* $doc/share/doc/bsc
|
||||
mv inst/doc/*.pdf $doc/share/doc/bsc
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue