7 lines
105 B
Bash
Executable File
7 lines
105 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Install Compound library.
|
|
echo "Installing libcompound:"
|
|
cp -v "libcompound.so" "/usr/lib"
|
|
|