[Lsb-messages] /var/www/bzr/lsb/devel/task-pkgs r209: fix typo

Mats Wichmann mats at linuxfoundation.org
Sat Apr 19 22:03:50 UTC 2014


------------------------------------------------------------
revno: 209
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: task-pkgs
timestamp: Sat 2014-04-19 16:03:50 -0600
message:
  fix typo
modified:
  package/build-rpm
-------------- next part --------------
=== modified file 'package/build-rpm'
--- a/package/build-rpm	2014-04-19 13:41:15 +0000
+++ b/package/build-rpm	2014-04-19 22:03:50 +0000
@@ -23,9 +23,9 @@
 PKG_BUILD=$(egrep "$PKG_NAME ($LSB_VERSION|independent)" versionlists | cut -d' ' -f2)
 
 if [ "$OFFICIAL" != "y" ]; then
-    PKG_RELEASE=0.$(date +"%Y%m%d").{$PKG_BUILD}
+    PKG_RELEASE=0.$(date +"%Y%m%d").$PKG_BUILD
 else
-    PKG_RELEASE=${PKG_BUILD}
+    PKG_RELEASE=$PKG_BUILD
 fi
 
 RPM_FILENAME=$PKG_NAME-$PKG_VERSION-$PKG_RELEASE.noarch.rpm



More information about the lsb-messages mailing list