summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl MacMillan <kmacmill@redhat.com>2007-10-18 15:26:19 -0400
committerKarl MacMillan <kmacmill@redhat.com>2007-10-18 15:26:19 -0400
commit628aa3a5e7a7f1d804d76713ae56ded4c1bb6c32 (patch)
treeda566ae130666b164125a20d1a299ad115fa867a
parent4c59be2b0d00afdc6bfe58fa813cb3570657b3d4 (diff)
downloadfreeipa-628aa3a5e7a7f1d804d76713ae56ded4c1bb6c32.tar.gz
freeipa-628aa3a5e7a7f1d804d76713ae56ded4c1bb6c32.tar.xz
freeipa-628aa3a5e7a7f1d804d76713ae56ded4c1bb6c32.zip
Correct PACKAGE in ipa-client/autogen.sh.
-rwxr-xr-xipa-client/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-client/autogen.sh b/ipa-client/autogen.sh
index c95b6dbc..014487e4 100755
--- a/ipa-client/autogen.sh
+++ b/ipa-client/autogen.sh
@@ -2,7 +2,7 @@
# Run this to generate all the initial makefiles, etc.
set -e
-PACKAGE=freeipa-server
+PACKAGE=freeipa-client
LIBTOOLIZE=${LIBTOOLIZE-libtoolize}
LIBTOOLIZE_FLAGS="--copy --force"