removed old dep

This commit is contained in:
Marc
2022-10-22 13:51:19 +02:00
parent 721c919c7b
commit 0211dd1f5d
2 changed files with 0 additions and 13 deletions
-1
View File
@@ -1 +0,0 @@
src
-12
View File
@@ -1,12 +0,0 @@
VER=4.1
git clone https://sourceware.org/git/lvm2.git src
cd src
git pull
./autogen.sh
./configure
make -j$(nproc)
DESTDIR=$(pwd)/../../libfs
sudo make install DESTDIR=$(realpath $DESTDIR)
cd -