fixed install script.
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
echo "compiling ferrisfind..."
|
||||
if cargo build --release; then
|
||||
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 "this will need sudo privileges..."
|
||||
if sudo cp ./target/release/build/extractous-*/out/libs/libtika_native.so /usr/lib64/; then
|
||||
|
||||
Reference in New Issue
Block a user