This website requires JavaScript.
Explore
Help
Sign In
philipp
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull requests
Projects
Releases
Activity
67d9dfd583
nixpkgs
/
pkgs
/
stdenv
/
linux
/
scripts
/
unpack-curl.sh
9 lines
78 B
Bash
Raw
Normal View
History
Unescape
Escape
add (refactored) static stuff svn path=/nixpkgs/branches/nixos-pkgs/; revision=1679
2004-11-04 13:20:54 +01:00
set
-x
set
-e
echo
$curl
* Use bzip instead of gzip for downloaded archives. * Combine most of the archives together into one file (static.bz2). * Don't depend on Subversion directories, but single files only. Otherwise any Subversion operation may cause a rebuild because something in .svn changes. It would be nice if .svn directories were filtered out when copying things to the store. * Glibc tarball: removed all .so files, /bin and /sbin, etc., and put linux-headers in the Glibc tarball. svn path=/nixpkgs/trunk/; revision=2265
2005-02-22 08:59:15 +01:00
$bunzip2
-d <
$curl
|
$tar
xvf -
add (refactored) static stuff svn path=/nixpkgs/branches/nixos-pkgs/; revision=1679
2004-11-04 13:20:54 +01:00
$cp
-prvd *
$out
Reference in a new issue
Copy permalink