39ac293b58
still a bit ad hoc, but it works. svn path=/nixos/trunk/; revision=7163
6 lines
128 B
Bash
6 lines
128 B
Bash
source $stdenv/setup
|
|
|
|
ensureDir $out/bin
|
|
|
|
gcc -Wall -O2 -DWRAPPER_DIR=\"$wrapperDir\" $setuidWrapper -o $out/bin/setuid-wrapper
|