Fix wrong script
authorChengwei Yang <chengwei.yang@intel.com>
Wed, 19 Dec 2012 01:23:00 +0000 (09:23 +0800)
committerChengwei Yang <chengwei.yang@intel.com>
Wed, 19 Dec 2012 01:23:00 +0000 (09:23 +0800)
commit5f429d60097e3e379d9ac6c1e3ee92e4dd0929bb
tree8fa19863954e0f41f0275dd163b129a0907b2ae6
parent51bfe3d8ca09b3f57c526945c40ca2c57072d16e
Fix wrong script

In general, the %{buildroot} will expand to the build root as its name
suggested, this is useful at %install but not scriptlet.

And so the mistake will cause create a directory like below
/opt/home/abuild/rpmbuild/BUILDROOT/msg-service-0.9.2-4.7.i386/opt/usr/dbspace

That's not what we want and it should be /opt/usr/dbspace in fact.

Change-Id: I438fb577ad7479b97800a0056f143ae8e7d5a46e
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
packaging/msg-service.spec