diff options
Diffstat (limited to 'homebrew/scons/.make.sh-auto')
-rw-r--r-- | homebrew/scons/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/scons/.make.sh-auto b/homebrew/scons/.make.sh-auto new file mode 100644 index 000000000..fd7381a3d --- /dev/null +++ b/homebrew/scons/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +man1.install gzip("scons-time.1", "scons.1", "sconsign.1") +/usr/bin/python setup.py install --prefix=${PKG_TAPF} --standalone-lib --install-lib=#{libexec}/scons-local --install-scripts=#{bin} --install-data=#{libexec} --no-version-script --no-install-man +bin.children.each do |p| +mv p, "#{libexec}/#{p.basename}.py" +bin.install_symlink "#{libexec}/#{p.basename}.py" => p.basename |