From 9377b7a9d941050e9843fbd02e087e2b45f28ad6 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 30 Apr 2016 19:06:49 -0400 Subject: Redo completely broken decorator recipe --- decorator/build.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 decorator/build.sh (limited to 'decorator/build.sh') diff --git a/decorator/build.sh b/decorator/build.sh new file mode 100644 index 0000000..4b71885 --- /dev/null +++ b/decorator/build.sh @@ -0,0 +1,2 @@ + +python setup.py install || exit 1 \ No newline at end of file -- cgit