This commit is contained in:
parent
c724439b20
commit
fa9df4e2d4
|
@ -31,8 +31,8 @@ let
|
||||||
|
|
||||||
# Since we don't have a `make dist', just tar everything.
|
# Since we don't have a `make dist', just tar everything.
|
||||||
distPhase = ''
|
distPhase = ''
|
||||||
cp $jquery src/Hydra/root/static/js/jquery-pack.js
|
cp $jquery src/root/static/js/jquery-pack.js
|
||||||
unzip -d src/Hydra/root/static/js $tablesorter
|
unzip -d src/root/static/js $tablesorter
|
||||||
|
|
||||||
releaseName=hydra-0.1$VERSION_SUFFIX;
|
releaseName=hydra-0.1$VERSION_SUFFIX;
|
||||||
ensureDir $out/tarballs
|
ensureDir $out/tarballs
|
||||||
|
@ -84,7 +84,7 @@ let
|
||||||
ensureDir $out/nix-support
|
ensureDir $out/nix-support
|
||||||
|
|
||||||
ensureDir $out/libexec
|
ensureDir $out/libexec
|
||||||
cp -prd src/Hydra $out/libexec/hydra
|
cp -prd src $out/libexec/hydra
|
||||||
|
|
||||||
mv $out/libexec/hydra/script $out/bin
|
mv $out/libexec/hydra/script $out/bin
|
||||||
|
|
||||||
|
@ -98,7 +98,6 @@ let
|
||||||
done
|
done
|
||||||
|
|
||||||
ensureDir $out/share/doc/hydra/manual
|
ensureDir $out/share/doc/hydra/manual
|
||||||
set -x
|
|
||||||
cp doc/manual/* $out/share/doc/hydra/manual/
|
cp doc/manual/* $out/share/doc/hydra/manual/
|
||||||
ln -s manual.html $out/share/doc/hydra/manual/index.html
|
ln -s manual.html $out/share/doc/hydra/manual/index.html
|
||||||
echo "doc manual $out/share/doc/hydra/manual" >> $out/nix-support/hydra-build-products
|
echo "doc manual $out/share/doc/hydra/manual" >> $out/nix-support/hydra-build-products
|
||||||
|
|
Loading…
Reference in a new issue