1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-11 23:24:35 +00:00
nixpkgs/pkgs/development/interpreters/lua-5/builder.sh

7 lines
104 B
Bash
Raw Normal View History

source $stdenv/setup
makeFlags="all so sobin"
installFlags="soinstall INSTALL_ROOT=$out"
genericBuild