diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-12-31 12:24:16 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-31 12:24:16 -0800 |
commit | b8af46a33e0010d43520326a4fd33c081960f9df (patch) | |
tree | 88ffd1e1f6048ba822828a9038e470ca5df56702 /packaging/ubuntu | |
parent | 16c46ba2f8972b36f265914cfc3e083c5edc0f84 (diff) | |
download | subsurface-b8af46a33e0010d43520326a4fd33c081960f9df.tar.gz |
Another tiny change for OBS
As expected, switching to subsurfacedaily as package name turned out to be a
massive PITA.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ubuntu')
-rw-r--r-- | packaging/ubuntu/make-package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ubuntu/make-package.sh b/packaging/ubuntu/make-package.sh index cab778217..2b78fba16 100644 --- a/packaging/ubuntu/make-package.sh +++ b/packaging/ubuntu/make-package.sh @@ -75,6 +75,6 @@ if [[ "$1x" = "postx" ]] ; then cd home:Subsurface-Divelog/Subsurface-daily osc rm $(ls subsurface*.tar.xz | grep -v $VERSION) osc add subsurface-$VERSION.orig.tar.xz - sed -i "s/%define gitVersion .*/%define gitVersion $GITREVISION/" subsurface.spec + sed -i "s/%define gitVersion .*/%define gitVersion $GITREVISION/" subsurfacedaily.spec osc commit -m "next daily build" fi |