change debian template for script

This commit is contained in:
6543 2018-05-21 16:20:42 +02:00
parent 8990b7ea1e
commit 013edd6c0f
1 changed files with 6 additions and 2 deletions

View File

@ -2,11 +2,15 @@
#remaster lib
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }

source <LIBDIR>/proj/base
#debian
# . -> base
project_relation="debian"

####################################
##### Base Template D E B I A N ####
####################################
# .
project_relation="debian"


#tools_add [chroot_dir] [tools_list]
function tools_add() {