diff options
Diffstat (limited to 'DistUpgrade')
| l--------- | DistUpgrade/DistInfo.py | 1 | ||||
| l--------- | DistUpgrade/aptsources.py | 1 | ||||
| -rwxr-xr-x | DistUpgrade/build-tarball.sh | 4 |
3 files changed, 4 insertions, 2 deletions
diff --git a/DistUpgrade/DistInfo.py b/DistUpgrade/DistInfo.py new file mode 120000 index 00000000..bdcd1ba6 --- /dev/null +++ b/DistUpgrade/DistInfo.py @@ -0,0 +1 @@ +../UpdateManager/Common/DistInfo.py
\ No newline at end of file diff --git a/DistUpgrade/aptsources.py b/DistUpgrade/aptsources.py new file mode 120000 index 00000000..2f041121 --- /dev/null +++ b/DistUpgrade/aptsources.py @@ -0,0 +1 @@ +../SoftwareProperties/aptsources.py
\ No newline at end of file diff --git a/DistUpgrade/build-tarball.sh b/DistUpgrade/build-tarball.sh index 57185c34..9f01b87c 100755 --- a/DistUpgrade/build-tarball.sh +++ b/DistUpgrade/build-tarball.sh @@ -16,7 +16,7 @@ if [ ! -h $DIST ]; then ln -s dist-upgrade.py $DIST fi -# create the tarbal -tar -c -z -v --exclude=$DIST.tar.gz --exclude=$0 -f $DIST.tar.gz . +# create the tarball, copy links in place +tar -c -h -z -v --exclude=$DIST.tar.gz --exclude=$0 -f $DIST.tar.gz . |
