Switch to unified view

a/src/makesrcdist.sh b/src/makesrcdist.sh
...
...
153
    $TAR chf - $releasename | \
153
    $TAR chf - $releasename | \
154
        gzip > $out)
154
        gzip > $out)
155
echo "$targetdir/$out created"
155
echo "$targetdir/$out created"
156
156
157
# Check manifest against current reference
157
# Check manifest against current reference
158
(
159
export LANG=C
158
export LANG=C
160
tar tzf $targetdir/$out | sort | cut -d / -f 2- | \
159
tar tzf $targetdir/$out | sort | cut -d / -f 2- | \
161
    diff mk/manifest.txt - || fatal "Please fix file list mk/manifest.txt"
160
    diff mk/manifest.txt - || fatal "Please fix file list mk/manifest.txt"
162
)
163
161
164
# We tag .. as there is the 'packaging/' directory in there
162
# We tag .. as there is the 'packaging/' directory in there
165
[ $dotag = "yes" ] && tagtop $TAG
163
[ $dotag = "yes" ] && tagtop $TAG