comparison 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
comparison
equal deleted inserted replaced
43:8aada13933c6 44:6999afa6fff3
43 # Remember where we are, and bail on errors 43 # Remember where we are, and bail on errors
44 set -e 44 set -e
45 45
46 # Process data 46 # Process data
47 cd data 47 cd data
48 find . -type f -print0 | xargs -0 md5sum > ../control/md5sums 48 find * -type f -print0 | xargs -0 md5sum > ../control/md5sums
49 tar -c -z --owner=0 --group=0 -f ../data.tar.gz * 49 tar -c -z --owner=0 --group=0 -f ../data.tar.gz *
50 50
51 # Process control 51 # Process control
52 cd ../control 52 cd ../control
53 tar -c -z --owner=0 --group=0 -f ../control.tar.gz * 53 tar -c -z --owner=0 --group=0 -f ../control.tar.gz *