add ugly builder to ensure some paths are set. This should actually be fixed in the Makefile...ah, laziness...
svn path=/nixpkgs/trunk/; revision=3794
This commit is contained in:
parent
560f307623
commit
c712f37636
10
pkgs/os-specific/linux/sysklogd/builder.sh
Normal file
10
pkgs/os-specific/linux/sysklogd/builder.sh
Normal file
@ -0,0 +1,10 @@
|
||||
source $stdenv/setup
|
||||
|
||||
prefix=$out
|
||||
export prefix
|
||||
|
||||
ensureDir "$out/usr/share/man/man8/"
|
||||
ensureDir "$out/usr/share/man/man5/"
|
||||
ensureDir "$out/usr/sbin"
|
||||
|
||||
genericBuild
|
@ -2,6 +2,7 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "sysklogd-1.4.1";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://www.infodrom.org/projects/sysklogd/download/sysklogd-1.4.1.tar.gz;
|
||||
md5 = "d214aa40beabf7bdb0c9b3c64432c774";
|
||||
|
Loading…
Reference in New Issue
Block a user