Switch to unified view

a/makesrcdist.sh b/makesrcdist.sh
...
...
93
93
94
# Clean up this dir and copy the dist-specific files 
94
# Clean up this dir and copy the dist-specific files 
95
make distclean
95
make distclean
96
yes | clean.O
96
yes | clean.O
97
rm -f lib/*.dep
97
rm -f lib/*.dep
98
# Possibly clean up the cmake stuff
98
rm -f upplay qrc_upplay.cpp
99
99
100
$TAR chfX - excludefile .  | (cd $topdir;$TAR xf -)
100
$TAR chfX - excludefile .  | (cd $topdir;$TAR xf -)
101
if test $snap = "yes" ; then
101
if test $snap = "yes" ; then
102
    sed -e "/^VERSION/cVERSION=$version" $topdir/upplay.pro > $topdir/toto
102
    sed -e "/^VERSION/cVERSION=$version" $topdir/upplay.pro > $topdir/toto
103
    mv -f $topdir/toto $topdir/upplay.pro
103
    mv -f $topdir/toto $topdir/upplay.pro