This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
1
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-11-24 06:31:02 +00:00
Code
Issues
Wiki
Activity
4429139c72
nixpkgs
/
pkgs
/
tools
/
compression
/
zdelta
/
builder.sh
9 lines
104 B
Bash
Raw
Normal View
History
Unescape
Escape
* "." -> "source". svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
source
$stdenv
/setup
* Added zdelta 2.1. svn path=/nixpkgs/trunk/; revision=1817
2004-11-29 19:35:42 +00:00
installPhase
(
)
{
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
mkdir -p
$out
/bin
* Added zdelta 2.1. svn path=/nixpkgs/trunk/; revision=1817
2004-11-29 19:35:42 +00:00
cp -p zdc zdu
$out
/bin
}
genericBuild
Copy permalink