mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
* Strip tar, curl.
svn path=/nixpkgs/trunk/; revision=6824
This commit is contained in:
parent
b342dcb13b
commit
6e2f394e6d
1 changed files with 4 additions and 3 deletions
|
@ -23,11 +23,8 @@ cp $bash/bin/bash $out/in-nixpkgs
|
|||
nukeRefs $out/in-nixpkgs/bash
|
||||
cp $bzip2/bin/bunzip2 $out/in-nixpkgs
|
||||
cp $coreutils/bin/cp $out/in-nixpkgs
|
||||
bzip2 < $curl/bin/curl > $out/in-nixpkgs/curl.bz2
|
||||
cp $gnutar/bin/tar $out/in-nixpkgs
|
||||
nukeRefs $out/in-nixpkgs/tar
|
||||
bzip2 $out/in-nixpkgs/tar
|
||||
chmod +x $out/in-nixpkgs/*.bz2
|
||||
|
||||
|
||||
# Create the tools tarball.
|
||||
|
@ -125,6 +122,10 @@ done
|
|||
|
||||
|
||||
# Pack, unpack everything.
|
||||
bzip2 < $curl/bin/curl > $out/in-nixpkgs/curl.bz2
|
||||
bzip2 $out/in-nixpkgs/tar
|
||||
chmod +x $out/in-nixpkgs/*.bz2
|
||||
|
||||
tar cfj $out/on-server/static-tools.tar.bz2 tools
|
||||
tar cfj $out/on-server/binutils.tar.bz2 binutils
|
||||
tar cfj $out/on-server/gcc.tar.bz2 gcc
|
||||
|
|
Loading…
Reference in a new issue