Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Commit

Permalink
update default template
Browse files Browse the repository at this point in the history
  • Loading branch information
cdluminate committed Apr 9, 2019
1 parent ccef312 commit a2396a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/template-default.durpkg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mkdir $src; tar Jxvf example.tar.xz --strip-commenents=1 -C $src/

# Unfold the HFT part (if any) into the dir. Then Generate missing files.
# XXX: If you don't like HFT just write no HFT. DUPRKIT shall never complain.
hft -u ../${0%.sh}.hft -d $src/
hft -u ${0%.sh}.hft -d $src/ -v
dkGenerate $src

# Trigger the build process
Expand Down

0 comments on commit a2396a2

Please sign in to comment.