diff make-debian-package @ 44:6999afa6fff3

Update Building instructions; minor build system bug fixes.
author David Barts <davidb@stashtea.com>
date Sun, 03 May 2020 16:15:10 -0700
parents bcbc92ffe0d0
children 1aea8079484b
line wrap: on
line diff
--- a/make-debian-package	Sat May 02 10:48:17 2020 -0700
+++ b/make-debian-package	Sun May 03 16:15:10 2020 -0700
@@ -45,7 +45,7 @@
 
 # Process data
 cd data
-find . -type f -print0 | xargs -0 md5sum > ../control/md5sums
+find * -type f -print0 | xargs -0 md5sum > ../control/md5sums
 tar -c -z --owner=0 --group=0 -f ../data.tar.gz *
 
 # Process control