|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../util-vserver/util-vserver.conf |
|
|
|
|
# Copyright (C) 2006 - 2007 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 - 2009 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -32,15 +32,6 @@ fi
|
|
|
|
|
|
|
|
|
|
var_remove_regex makeopt ' ' 'CC=.*' |
|
|
|
|
|
|
|
|
|
# install test scripts |
|
|
|
|
vserver_tests() { |
|
|
|
|
echo "Installing test*.sh scripts..." |
|
|
|
|
cp -v $( match_source_file -p testme ) $root$docdir/testme.sh |
|
|
|
|
cp -v $( match_source_file -p testfs ) $root$docdir/testfs.sh |
|
|
|
|
chmod +x $root$docdir/test{me,fs}.sh |
|
|
|
|
} |
|
|
|
|
hook_add postmake 5 "vserver_tests" |
|
|
|
|
|
|
|
|
|
# some help to crosscompile |
|
|
|
|
# |
|
|
|
|
for x in ip iptables vconfig wget; do |
|
|
|
|