diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-09-11 17:13:59 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-09-11 17:13:59 +0200 |
commit | 3af5a795a6442e3f0ef6959cd56f1e8b3a5804c5 (patch) | |
tree | 847be91049068e6a48bd0a281867583d9f31daf6 /debian | |
parent | ab6c9e91fe6d82c3b37e74914d3b45426dec72d2 (diff) |
d/rules: New upstream link
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 0902082..97ca960 100755 --- a/debian/rules +++ b/debian/rules @@ -14,5 +14,5 @@ override_dh_auto_build: get-orig-source: $(info I: $(PKG)_$(VER)) cd ${CURDIR} - wget https://github.com/ben-strasser/fast-cpp-csv-parser/blob/master/csv.h -O csv.h + wget https://raw.githubusercontent.com/ben-strasser/fast-cpp-csv-parser/master/csv.h -O csv.h tar -cJf ../$(PKG)_$(VER).orig.tar.xz *.h |