how-lix-os-pkgs/ldd/default/inst.sh

6 lines
66 B
Bash
Executable File

#!/bin/sh -e
cp ../build/ldd /bin/
echo "installed ldd to /bin"