Add warning
This commit is contained in:
parent
55c1f73d86
commit
37fd842bfd
1 changed files with 9 additions and 0 deletions
|
@ -8,6 +8,15 @@ fetch() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
#############################################################################
|
||||||
|
# This software is unlikely to be secure in the way that we are building it #
|
||||||
|
# #
|
||||||
|
# USE AT YOUR OWN RISK! #
|
||||||
|
# #
|
||||||
|
#############################################################################
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
cp ../../config .config
|
cp ../../config .config
|
||||||
|
|
Loading…
Reference in a new issue