diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-08-12 19:59:06 +0200 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-08-12 19:59:06 +0200 |
| commit | 7c11f269c0463177ffd233a9d7ae8420a25084c8 (patch) | |
| tree | 86046768573a781639830e5d311fb3b0baa96d3a | |
| parent | 4f33d89582a7ea95e2c32665d8b09badafd427d1 (diff) | |
Fix typo
| -rw-r--r-- | packaging/gentoo/tuxanci-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index 672e9aa..f127544 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -45,7 +45,7 @@ src_configure() { $(cmake-utils_use_with nls) $(cmake-utils_use_with opengl) $(cmake-utils_use_enable ipv6) - $(cmake_utils_use_enable debug)" + $(cmake-utils_use_enable debug)" mycmakeargs="${mycmakeargs} -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX} |