This commit is contained in:
thomas 2022-12-23 01:04:28 +01:00
parent 59094128f4
commit f1fc3cb2e9
15 changed files with 39 additions and 20 deletions

View file

@ -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