lfp


Logs | Files | README | LICENSE | GitLab


1
commit 2b245a56378369dd299941bf19bf64c66779a454
2
Author: Connor Etherington <[email protected]>
3
Date:   Tue May 16 21:10:38 2023 +0200
4
5
    Auto-Commit Update 16.05.2023 - 21:10:38
6
---
7
 Makefile                    | 2 +-
8
 README.md                   | 4 ++--
9
 usr/share/doc/lfp/README.md | 4 ++--
10
 3 files changed, 5 insertions(+), 5 deletions(-)
11
12
diff --git a/Makefile b/Makefile
13
index 7d68505..5611ac8 100644
14
--- a/Makefile
15
+++ b/Makefile
16
@@ -85,5 +85,5 @@ cd-on-exit:
17
 	@[ -d /usr/share/lfp ] && echo -e "\n\n\033[1;32m[+]\e[0;1m For on-exit directory changing, add the following line to your bash/zshrc\e[0m :\e[36m\n\n   source '/usr/share/lfp/lfpcd'\n\e[0m" || echo -e "\n\033[1;31m[!]\e[0;1m Installation Failed!"
18
 
19
 
20
-.PHONY: info all lfpreviewer lfp install manual_clean clean help cd-on-exit
21
+.PHONY: info all lfpreviewer lfp install clean help cd-on-exit
22
 
23
diff --git a/README.md b/README.md
24
index a733bfb..b495674 100644
25
--- a/README.md
26
+++ b/README.md
27
@@ -45,8 +45,8 @@ For on-exit directory changing, add the following line to your bash/zshrc:
28
 
29
     tmp=$(mktemp -d);
30
     git clone https://gitlab.com/a4to/lfp.git ${tmp} &&
31
-    cd ${tmp} && make install && cd - &&
32
-    rm -rf ${tmp}
33
+    cd ${tmp} && sudo make clean install && cd - &&
34
+    rm -rf ${tmp} >/dev/null 2>&1 || true
35
 
36
 
37
 
38
diff --git a/usr/share/doc/lfp/README.md b/usr/share/doc/lfp/README.md
39
index a733bfb..b495674 100644
40
--- a/usr/share/doc/lfp/README.md
41
+++ b/usr/share/doc/lfp/README.md
42
@@ -45,8 +45,8 @@ For on-exit directory changing, add the following line to your bash/zshrc:
43
 
44
     tmp=$(mktemp -d);
45
     git clone https://gitlab.com/a4to/lfp.git ${tmp} &&
46
-    cd ${tmp} && make install && cd - &&
47
-    rm -rf ${tmp}
48
+    cd ${tmp} && sudo make clean install && cd - &&
49
+    rm -rf ${tmp} >/dev/null 2>&1 || true
50
 
51
 
52