From 44722e2e230b59276760ce69be2a511f1060c5f6 Mon Sep 17 00:00:00 2001 From: Agustin Henze Date: Tue, 21 Oct 2014 10:41:37 -0300 Subject: Fix get-orig-source to import bootstrap3 theme --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 616e792..9ca718d 100755 --- a/debian/rules +++ b/debian/rules @@ -50,13 +50,14 @@ get-orig-source: echo 'Run this from the top directory of the Debian source' >&2; \ exit 1; \ fi + rm -rf ../tmp/nikola_$(UVERSION) mkdir -p ../tmp/nikola_$(UVERSION) wget https://github.com/getnikola/nikola/archive/v$(UVERSION).tar.gz \ -O ../tmp/nikola_$(UVERSION).tar.gz; tar xf ../tmp/nikola_$(UVERSION).tar.gz \ -C ../tmp/nikola_$(UVERSION) \ '--exclude=*min.*' \ - '--exclude=*bootstrap3*' \ + '--exclude=*bootstrap-theme.css' \ '--exclude=*bootstrap.js' \ '--exclude=*bootstrap.css' \ '--exclude=*bootstrap-responsive.css' \ -- cgit v1.2.3