Skip to content

Commit

Permalink
Remove rsync verbose out
Browse files Browse the repository at this point in the history
these output showup at the time of installation.
  • Loading branch information
smuzaffar committed Apr 14, 2016
1 parent 690e9ed commit cf7ac05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmsswdata.spec
Expand Up @@ -66,7 +66,7 @@ for DATA_PATH in %directpkgreqs; do
if [ -d $SOURCE/$PKG_DATA ] ; then
echo "Moving $DATA_PATH in $SHARED"
mkdir -p $RPM_INSTALL_PREFIX/share/$DATA_PATH/$PKG_DATA
rsync -av --no-t --size-only $SOURCE/$PKG_DATA/ $RPM_INSTALL_PREFIX/share/$DATA_PATH/$PKG_DATA/ && rm -rf $SOURCE/$PKG_DATA && ln -fs ../../../../share/$DATA_PATH/$PKG_DATA $SOURCE/$PKG_DATA
rsync -a --no-t --size-only $SOURCE/$PKG_DATA/ $RPM_INSTALL_PREFIX/share/$DATA_PATH/$PKG_DATA/ && rm -rf $SOURCE/$PKG_DATA && ln -fs ../../../../share/$DATA_PATH/$PKG_DATA $SOURCE/$PKG_DATA
fi
done

0 comments on commit cf7ac05

Please sign in to comment.