banshee r3692 - trunk/banshee/build
- From: abock svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r3692 - trunk/banshee/build
- Date: Sun, 6 Apr 2008 22:35:47 +0100 (BST)
Author: abock
Date: Sun Apr 6 22:35:47 2008
New Revision: 3692
URL: http://svn.gnome.org/viewvc/banshee?rev=3692&view=rev
Log:
Mute mkinstalldirs
Modified:
trunk/banshee/build/private-icon-theme-installer
Modified: trunk/banshee/build/private-icon-theme-installer
==============================================================================
--- trunk/banshee/build/private-icon-theme-installer (original)
+++ trunk/banshee/build/private-icon-theme-installer Sun Apr 6 22:35:47 2008
@@ -10,7 +10,7 @@
dest_dir_build="${dest_dir}/icons/hicolor/$(dirname ${icon})"
if [[ ${action} == "-i" || ${action} == "-il" ]]; then
src_file="${src_dir}/ThemeIcons/${icon}"
- $mkinstalldirs "${dest_dir_build}"
+ $mkinstalldirs "${dest_dir_build}" &>/dev/null
if [[ ${action} == "-i" ]]; then
echo "Installing private icon theme icon: ${icon}"
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]