diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-02-23 15:44:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-02-23 15:44:34 +0900 |
commit | 9d464f05b3c86f0466173ab2e1c7bbaf37c2a430 (patch) | |
tree | db1295a59d7ba04cb97eb0a4a803f386e24086ad /doc/misc/gentoo_compile.txt | |
parent | 77cd84aae90b8d04f56dfb5b738a58900cd4c0cc (diff) | |
download | kvpnc-9d464f05b3c86f0466173ab2e1c7bbaf37c2a430.tar.gz kvpnc-9d464f05b3c86f0466173ab2e1c7bbaf37c2a430.zip |
Removed old unnecessary/outdated files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c1b7421477cc37dedf44a00e2272b06e407862a5)
Diffstat (limited to 'doc/misc/gentoo_compile.txt')
-rw-r--r-- | doc/misc/gentoo_compile.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/misc/gentoo_compile.txt b/doc/misc/gentoo_compile.txt deleted file mode 100644 index d787cf1..0000000 --- a/doc/misc/gentoo_compile.txt +++ /dev/null @@ -1,4 +0,0 @@ -export KDEPREFIX=/usr/kde/`cat /etc/rc.conf |grep XSESSION= | awk -F \" '{print $2}' | awk -F \- '{print $2}'`/ -./configure --disable-debug --disable-rpath - -make |