mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build-system: cleanup Ubuntu/Debian script
This code block was also for the OBS builds and is no longer needed now that we have to separate make-package scripts. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5a0f2fc2cc
commit
08c5788020
1 changed files with 0 additions and 8 deletions
|
@ -49,14 +49,6 @@ cd distrobuilds
|
|||
|
||||
if [[ ! -d subsurface_$VERSION ]]; then
|
||||
mkdir subsurface_$VERSION
|
||||
if [[ "$GITREVISION" != "" ]] ; then
|
||||
rm -f subsurfacedaily-$VERSION
|
||||
ln -s subsurface_$VERSION subsurfacedaily-$VERSION
|
||||
else
|
||||
rm -f subsurface-$VERSION
|
||||
ln -s subsurface_$VERSION subsurface-$VERSION
|
||||
fi
|
||||
|
||||
echo "copying sources"
|
||||
|
||||
(cd ../subsurface ; tar cf - . ) | (cd subsurface_$VERSION ; tar xf - )
|
||||
|
|
Loading…
Add table
Reference in a new issue