commit b06a3eae3767aac300eb1677c2ce4f1fecdbf97c
parent ca0fa6ccf01151c0ed1e0a0a2d8632c4cefca733
Author: root <root@dorje.v103.te2000>
Date: Thu, 11 Nov 2021 00:37:12 +0000
Symlink /etc/vservers directory to installation destination.
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/install b/install
@@ -23,3 +23,6 @@ export CFLAGS
#make src/chbind.o || exit $? # TODO
make CFLAGS="$CFLAGS" || exit $?
make CFLAGS="$CFLAGS" check || exit $?
+make CFLAGS="$CFLAGS" install || exit $?
+rm -r "$destination_dir/etc/vservers" || exit $?
+ln -sf /etc/vservers "$destination_dir/etc/vservers" || exit $?