diff options
-rw-r--r-- | app-containers/buildah/buildah-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-containers/buildah/buildah-9999.ebuild b/app-containers/buildah/buildah-9999.ebuild index 2dcea51820e2..846ea4c76856 100644 --- a/app-containers/buildah/buildah-9999.ebuild +++ b/app-containers/buildah/buildah-9999.ebuild @@ -96,10 +96,10 @@ src_prepare() { cat <<-'EOF' > "${T}/disable_tests.patch" --- a/Makefile +++ b/Makefile - @@ -54 +54 @@ - -all: bin/buildah bin/imgtype bin/copy bin/tutorial docs + @@ -56 +56 @@ + -all: bin/buildah bin/imgtype bin/copy bin/inet bin/tutorial docs +all: bin/buildah docs - @@ -123 +123 @@ + @@ -122 +122 @@ -docs: install.tools ## build the docs on the host +docs: ## build the docs on the host EOF |