From cfa247cec8256d4f86be094f3bb22fb968005a34 Mon Sep 17 00:00:00 2001 From: Ian Murray Date: Mon, 20 Aug 2012 14:08:32 +0100 Subject: [PATCH] Small correction --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5fc55d63fcd..c2a7ae9edab 100755 --- a/build.sh +++ b/build.sh @@ -48,7 +48,7 @@ echo "done." # are installed in a way so as not to clobber any existing # system-wide dependencies. mkdir "${CKAN_PATH}/requires" -cp "${CKAN_PATH}/pip-requirements.txt" "${CKAN_PATH}/requires/lucid_conflict.txt" +cp "${CKAN_PATH}/pip-requirements.txt" "${CKAN_PATH}/requires/${UBUNTU_RELEASE}_conflict.txt" echo "Building the packages ..." # Create the python-ckan debian package