Browse Source

AMBARI-373. Create RPM fails as fonts files are not copied over. (Contributed by Mahadev)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/ambari-186@1347127 13f79535-47bb-0310-9956-ffa450edef68
Vikram Dixit K 13 years ago
parent
commit
b2630fc539
2 changed files with 3 additions and 0 deletions
  1. 2 0
      CHANGES.txt
  2. 1 0
      hmc/package/rpm/create_hmc_rpm.sh

+ 2 - 0
CHANGES.txt

@@ -6,6 +6,8 @@ characters wide.
 
 Release 0.1.x - unreleased
 
+  AMBARI-373. Create RPM fails as fonts files are not copied over. (Mahadev via Vikram)
+
   AMBARI-371. Mysql packages not being sent during install and uninstall (Jitendra via Vikram)
 
   AMBARI-369. Improve Service Management page and general popup styling (Yusaku via Vikram)

+ 1 - 0
hmc/package/rpm/create_hmc_rpm.sh

@@ -54,6 +54,7 @@ cp -rf ${BASEDIR}/../../puppet ${HMC_DIR}
 cp -rf ${BASEDIR}/../../php ${HMC_DIR}
 cp -rf ${BASEDIR}/../../yui-3.5.1 ${HMC_DIR}
 cp -rf ${BASEDIR}/../../conf ${HMC_DIR}
+cp -rf ${BASEDIR}/../../fonts ${HMC_DIR}
 cp -f ${BASEDIR}/../../yuiCombinator.php ${HMC_DIR}
 TAR_DEST="${BUILD_DIR}/${PKG_NAME}-$VERSION.tar.gz"