~ubuntu-branches/ubuntu/vivid/oss4/vivid-proposed

« back to all changes in this revision

Viewing changes to setup/Linux/mktarball.sh

  • Committer: Package Import Robot
  • Author(s): Sebastien NOEL
  • Date: 2014-10-23 22:47:56 UTC
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20141023224756-y9n3qw7w3ewjmu96
Tags: upstream-4.2-build2010
ImportĀ upstreamĀ versionĀ 4.2-build2010

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
VERSION=`sh showversion.sh`
6
6
RELEASE=`cat buildid.dat`
7
7
OSSNAME=oss-linux
8
 
PKGNAME=$OSSNAME-$VERSION-$RELEASE-`uname -m`
 
8
if test `uname -m` = "x86_64"; then ARCH=amd64
 
9
else ARCH=`uname -m|sed 's/^i[3-9]86/i386/'`
 
10
fi
 
11
PKGNAME=$OSSNAME-$VERSION-$RELEASE-$ARCH
9
12
 
10
13
echo building $PKGNAME.tar.bz2
11
14
#cp ./setup/Linux/installoss.sh prototype