From 79dfb33774ec1d789c6f1b306f607cf0eeea7a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Ismael=20Haase=20Hern=C3=A1ndez?= Date: Tue, 10 May 2011 17:52:19 -0500 Subject: fixed libremakepkg error --- libremakepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libremakepkg b/libremakepkg index ef276f3..2e75288 100755 --- a/libremakepkg +++ b/libremakepkg @@ -47,7 +47,7 @@ while getopts 'hcCun' arg; do case "${arg}" in h) usage ;; c) CLEAN="-c" ;; - C) CLEAN_CACHE="-C" + C) CLEAN_CACHE="-C" ;; u) update_first=1 ;; n) chrootname="$OPTARG" ;; *) MAKEPKG_ARGS="$MAKEPKG_ARGS -$arg $OPTARG" ;; -- cgit v1.2.2