change debian template for script
This commit is contained in:
parent
8990b7ea1e
commit
013edd6c0f
@ -2,11 +2,15 @@
|
|||||||
#remaster lib
|
#remaster lib
|
||||||
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
[ -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 ####
|
##### Base Template D E B I A N ####
|
||||||
####################################
|
####################################
|
||||||
# .
|
|
||||||
project_relation="debian"
|
|
||||||
|
|
||||||
#tools_add [chroot_dir] [tools_list]
|
#tools_add [chroot_dir] [tools_list]
|
||||||
function tools_add() {
|
function tools_add() {
|
||||||
|
Loading…
Reference in New Issue
Block a user