aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/ubuntu
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-31 12:24:16 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-31 12:24:16 -0800
commitb8af46a33e0010d43520326a4fd33c081960f9df (patch)
tree88ffd1e1f6048ba822828a9038e470ca5df56702 /packaging/ubuntu
parent16c46ba2f8972b36f265914cfc3e083c5edc0f84 (diff)
downloadsubsurface-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.sh2
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