Skip to content

Commit

Permalink
Added hint to clean-up the temp folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinert committed Mar 15, 2019
1 parent 0da4c2c commit 016f150
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions create_devicetree_armbian.sh
Expand Up @@ -40,3 +40,5 @@ dpkg-deb --build pivccu-devicetree-armbian-$PKG_VERSION

cp pivccu-devicetree-armbian*.deb $CURRENT_DIR

echo "Please clean-up the work dir temp folder $WORK_DIR, e.g. by doing rm -R $WORK_DIR"

2 changes: 2 additions & 0 deletions create_modules_dkms.sh
Expand Up @@ -58,3 +58,5 @@ dpkg-deb --build pivccu-modules-dkms-$PKG_VERSION

cp pivccu-modules-dkms-*.deb $CURRENT_DIR

echo "Please clean-up the work dir temp folder $WORK_DIR, e.g. by doing rm -R $WORK_DIR"

2 changes: 2 additions & 0 deletions create_modules_raspberrypi.sh
Expand Up @@ -33,3 +33,5 @@ dpkg-deb --build pivccu-modules-raspberrypi-$PKG_VERSION

cp pivccu-modules-raspberrypi-*.deb $CURRENT_DIR

echo "Please clean-up the work dir temp folder $WORK_DIR, e.g. by doing rm -R $WORK_DIR"

0 comments on commit 016f150

Please sign in to comment.