From c81c65671bec75a3891cf53719be2ad59c699820 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 May 2011 13:59:58 +0900 Subject: [PATCH] ghc-deps.sh: fix ghclibdir path documentation --- ghc-deps.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc-deps.sh b/ghc-deps.sh index 00e2440..0ad905b 100755 --- a/ghc-deps.sh +++ b/ghc-deps.sh @@ -3,10 +3,10 @@ # To use add the following lines to spec file: # %define _use_internal_dependency_generator 0 -# %define __find_requires /usr/lib/rpm/ghc-deps.sh --requires %{buildroot}%{ghcpkgbasedir} -# %define __find_provides /usr/lib/rpm/ghc-deps.sh --provides %{buildroot}%{ghcpkgbasedir} +# %define __find_requires /usr/lib/rpm/ghc-deps.sh --requires %{buildroot}%{ghclibdir} +# %define __find_provides /usr/lib/rpm/ghc-deps.sh --provides %{buildroot}%{ghclibdir} -[ $# -ne 2 ] && echo "Usage: `basename $0` [--provides|--requires] %{buildroot}" && exit 1 +[ $# -ne 2 ] && echo "Usage: `basename $0` [--provides|--requires] %{buildroot}%{ghclibdir}" && exit 1 MODE=$1 PKGBASEDIR=$2