9a198b5192
* generic functions to register with the system, good for "weak dependencies" svn path=/nixpkgs/trunk/; revision=5009
11 lines
189 B
Bash
11 lines
189 B
Bash
source $stdenv/setup
|
|
|
|
ensureDir $out
|
|
|
|
sed -e "s^@bash\@^$bash^g" \
|
|
-e "s^@dhcp\@^$dhcp^g" \
|
|
-e "s^@nettools\@^$nettools^g" \
|
|
< $script > $out/$nicename
|
|
|
|
chmod +x $out/$nicename
|