[Pkg-privacy-commits] [torbrowser-launcher] 239/476: update version path in build scripts
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository torbrowser-launcher.
commit c3dd8d1309435e860d6fa3720c952445004b230b
Author: Micah Lee <micah at micahflee.com>
Date: Wed Jul 9 11:10:51 2014 -0700
update version path in build scripts
---
build_deb.sh | 2 +-
build_rpm.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build_deb.sh b/build_deb.sh
index 56cd4fe..ed2d763 100755
--- a/build_deb.sh
+++ b/build_deb.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-VERSION=`cat version`
+VERSION=`cat share/torbrowser-launcher/version`
# clean up from last build
rm -r deb_dist
diff --git a/build_rpm.sh b/build_rpm.sh
index 998465a..10f294f 100755
--- a/build_rpm.sh
+++ b/build_rpm.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-VERSION=`cat version`
+VERSION=`cat share/torbrowser-launcher/version`
# clean up from last build
rm -r build dist
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git
More information about the Pkg-privacy-commits
mailing list