update
This commit is contained in:
parent
59094128f4
commit
f1fc3cb2e9
15 changed files with 39 additions and 20 deletions
|
@ -91,6 +91,10 @@ debmaker_run(){
|
|||
[ -f cache/${APP} ] || zdebmaker_createAppOS
|
||||
zdebmaker_inject
|
||||
debmaker_mount_proc_sys cache/${APP} ${MOUNT_PATH}/${APP}/
|
||||
if [ -e ressources/${APP}/debian ]
|
||||
then
|
||||
echo VERSION is : $(head -n 1 ressources/${APP}/debian/changelog | grep -oE "[0-9.-]*")
|
||||
fi
|
||||
if [ "$STEP" == "" ]
|
||||
then
|
||||
sudo chroot ${MOUNT_PATH}/${APP}/ /tmp/src/exec_in_chroot.sh main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue