From 42f2f281adac7bd8e9e5a39a012c132ba756998a Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sat, 7 Aug 2010 11:32:45 +0200 Subject: [PATCH] [build] Fix a mix-up in icon-theme-installer documentation --- build/icon-theme-installer | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/icon-theme-installer b/build/icon-theme-installer index 56c85710..02607882 100755 --- a/build/icon-theme-installer +++ b/build/icon-theme-installer @@ -59,10 +59,10 @@ # -i : Install # -u : Uninstall # -t : Theme name (hicolor) -# -b : Theme installation dest directory [x$(DESTDIR)] - Always prefix +# -d : Theme installation dest directory [x$(DESTDIR)] - Always prefix # this argument with x; it will be stripped but will act as a # placeholder for zero $DESTDIRs (only set by packagers) -# -d : Theme installation directory [$(hicolordir)] +# -b : Theme installation directory [$(hicolordir)] # -s : Source directory [$(srcdir)] # -m : Command to exec for directory creation [$(mkinstalldirs)] # -x : Command to exec for single file installation [$(INSTALL_DATA)] @@ -97,7 +97,7 @@ if test -z "$THEME_NAME"; then fi if test -z "$INSTALL_BASE_DIR"; then - echo "Base theme directory required [-d \$(hicolordir)]" + echo "Base theme directory required [-b \$(hicolordir)]" exit 1 fi