From 81442aa0f3d6a180c9a80ebcdc3356f4a59616f9 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Thu, 7 Apr 2011 22:02:37 +0200 Subject: [PATCH] Ensure we use the debian package for php-openid. Signed-off-by: Florent Bruneau --- Makefile | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/Makefile b/Makefile index d63ab9b..84edd6f 100644 --- a/Makefile +++ b/Makefile @@ -139,25 +139,8 @@ get-wiki: ## openid ## -openid: get-openid spool/openid/store - -# There is no obvious way to automatically use the latest version -OPENID_VERSION = 2.2.2 -OPENID_COMMIT = 782224d -get-openid: - @if ! test -d include/Auth; then \ - wget --no-check-certificate \ - https://github.com/openid/php-openid/tarball/$(OPENID_VERSION) \ - -O php-openid-$(OPENID_VERSION).tar.gz; \ - tar -xzf php-openid-$(OPENID_VERSION).tar.gz; \ - mv openid-php-openid-$(OPENID_COMMIT)/Auth include/; \ - rm php-openid-$(OPENID_VERSION).tar.gz; \ - rm -r openid-php-openid-$(OPENID_COMMIT); \ - fi - -spool/openid/store: - mkdir -p $@ - chmod o+w $@ +openid: + -rm -rf include/Auth ## ## banana -- 2.1.4