X-Git-Url: https://code.delx.au/refind/blobdiff_plain/bd37f32c146acb559e60bf3b8af85a92957e13b3..4677259a82b13dd1ab9fb6696d0ffe8976aeae34:/mkdistrib diff --git a/mkdistrib b/mkdistrib index ea1f27b..bd8279b 100755 --- a/mkdistrib +++ b/mkdistrib @@ -44,10 +44,13 @@ set -e make clean +# Remove temporary files from the "debian" subdirectory +rm -rf debian/refind debian/*.log + # Prepare a place and copy files there.... mkdir -p ../snapshots/$1/refind-$1/icons cp --preserve=timestamps icons/*.icns ../snapshots/$1/refind-$1/icons/ -cp -a docs images keys fonts banners include EfiLib libeg mok refind filesystems gptsync refind.spec install.sh mkrlconf.sh mvrefind.sh CREDITS.txt NEWS.txt BUILDING.txt COPYING.txt LICENSE.txt README.txt refind.inf Make.tiano Make.common Makefile refind.conf-sample ../snapshots/$1/refind-$1 +cp -a debian docs images keys fonts banners include EfiLib libeg mok refind filesystems gptsync refind.spec install.sh mkrlconf.sh mvrefind.sh CREDITS.txt NEWS.txt BUILDING.txt COPYING.txt LICENSE.txt README.txt refind.inf Make.tiano Make.common Makefile refind.conf-sample ../snapshots/$1/refind-$1 # Go there and prepare a souce code zip file.... cd ../snapshots/$1/