Add wallabag
This commit is contained in:
parent
dd50775655
commit
297a9d686c
10 changed files with 131 additions and 108 deletions
|
@ -93,7 +93,7 @@ debmake_runStepCustom() {
|
|||
CURRENT_STEP=$1
|
||||
valideStep ${CURRENT_STEP}
|
||||
PREVIOUS=$(previousStep ${CURRENT_STEP})
|
||||
echo -n copy PREVIOUS in $PREVIOUS ...
|
||||
echo -n copy $PREVIOUS in $CURRENT_STEP ...
|
||||
cp ${CACHE_APP}/${PREVIOUS} ${CACHE_APP}/${CURRENT_STEP}
|
||||
echo ": OK"
|
||||
debmake_chrootStep $1 /tmp/dist/exec_in_chroot.sh ${APP} ${CURRENT_STEP} ${GIT_VERSION} ${DEB_VERSION}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue