From 5144c2a6d36b1dc3c818bbc52efbed9ec6ccb1ff Mon Sep 17 00:00:00 2001 From: mencian Date: Wed, 2 Oct 2024 14:24:05 -0500 Subject: [PATCH] restore changes --- recipes/el_gato/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/el_gato/meta.yaml b/recipes/el_gato/meta.yaml index f9a17289ff46d..2fe48fb4674c8 100644 --- a/recipes/el_gato/meta.yaml +++ b/recipes/el_gato/meta.yaml @@ -15,8 +15,8 @@ build: number: 0 noarch: python script: - - mkdir -p $PREFIX/bin/ - - cp -rf el_gato/db/* $PREFIX/bin/ + - mkdir -p $PREFIX/bin/db + - cp -rf el_gato/db/* $PREFIX/bin/db/ - {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir run_exports: - {{ pin_subpackage(name, max_pin='x') }}