fixed install script.
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
echo "compiling ferrisfind..."
|
echo "compiling ferrisfind..."
|
||||||
if cargo build --release; then
|
if cargo build --release; then
|
||||||
echo "ferrisfind compiled successfully!"
|
echo "ferrisfind compiled successfully!"
|
||||||
if ldd ./target/release/hyphae_cmd | grep libtika | grep "not found"; then
|
if ldd ./target/release/ferrisfind | grep libtika | grep "not found"; then
|
||||||
echo "libtika not found in current sytem, copying from the build directory."
|
echo "libtika not found in current sytem, copying from the build directory."
|
||||||
echo "this will need sudo privileges..."
|
echo "this will need sudo privileges..."
|
||||||
if sudo cp ./target/release/build/extractous-*/out/libs/libtika_native.so /usr/lib64/; then
|
if sudo cp ./target/release/build/extractous-*/out/libs/libtika_native.so /usr/lib64/; then
|
||||||
|
|||||||
Reference in New Issue
Block a user