THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!
This website requires JavaScript.
Explore
Help
Sign In
jolheiser
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
0f84673f3d
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
Reference in New Issue
Copy Permalink