Skip to content
Snippets Groups Projects
Verified Commit 84eda0de authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed whitespace in makefile template using placeholder

parent 62fc13a6
No related branches found
No related tags found
No related merge requests found
Pipeline #7879 failed
......@@ -94,10 +94,10 @@ create-debian-packages:
script:
- mkdir debian
- |
cat <<EOD > debian/rules
cat <<EOD | sed -e "s/##TAB##/\t/g" > debian/rules
#!/usr/bin/make -f
%:
dh $@ --with dist-zilla
##TAB##dh $@ --with dist-zilla
EOD
- ls -lha ../
- make -f debian/rules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment