Skip to content

Commit

Permalink
Work around missing build-rpm.sh and doc/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Sep 8, 2020
1 parent 9de3185 commit efd5589
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions patdiff/scripts/dune
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(install (section man) (files (patdiff.man as man1/patdiff.1)))

(rule (targets patdiff.rpm.tar)
(deps (:first_dep ./build-rpm.sh) ../bin/main.exe ./patdiff.pkg.sexp
../doc/changelog)
(action (bash "%{first_dep} patdiff")))
; (rule (targets patdiff.rpm.tar)
; (deps (:first_dep ./build-rpm.sh) ../bin/main.exe ./patdiff.pkg.sexp
; ../doc/changelog)
; (action (bash "%{first_dep} patdiff")))

(alias (name DEFAULT) (deps (glob_files *.sh))
(action (bash "%{bin:shellcheck} -x *.sh")))

0 comments on commit efd5589

Please sign in to comment.