aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2014-10-21 10:41:37 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2014-10-21 10:41:37 -0300
commit44722e2e230b59276760ce69be2a511f1060c5f6 (patch)
treee877f71f7411f03f4cf530d04510f65545304ca0 /debian
parent780f913b076cef04dc748e71bb853ea91346a848 (diff)
Fix get-orig-source to import bootstrap3 theme
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
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' \