[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
howtos:hardware:arm:slackwarearm_local-mirror-repository [2021/03/17 21:02 (UTC)] – [local-slackwarearm-repo.sh script code] script code amendment exagahowtos:hardware:arm:slackwarearm_local-mirror-repository [2021/03/22 17:35 (UTC)] – [local-slackwarearm-repo.sh script code] code correction exaga
Line 233: Line 233:
   cd "${SOURCEDIR}"   cd "${SOURCEDIR}"
   echo "${PETNAM} : verifying ${PRGNAM}.database ..."   echo "${PETNAM} : verifying ${PRGNAM}.database ..."
-  find . -type f ! -name "index.html" -exec ls -la --time-style=full "{}" >> "${TMP_DATA_DB}" \;+  find . -type f ! -name "index.html" -exec ls -la --time-style=full "{}" \; >> "${TMP_DATA_DB}"
   cmp -s "${TMP_DATA_DB}" "${LOCAL_SAREPO_DB}"     cmp -s "${TMP_DATA_DB}" "${LOCAL_SAREPO_DB}"  
   if [[ $? -eq 0 ]]; then    if [[ $? -eq 0 ]]; then 
 howtos:hardware:arm:slackwarearm_local-mirror-repository ()