Skip to content

Commit

Permalink
fix(build): Use BSD compatible touch syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jul 18, 2020
1 parent b937c95 commit 25eb6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ ! -f "libtexpdf/configure.ac" ] && [ -e ".git" ]; then
git submodule update --init --recursive --remote
fi

touch -d @0 Makefile-distfiles
touch -t 197001010200 Makefile-distfiles

autoreconf --install -W none

Expand Down

0 comments on commit 25eb6fd

Please sign in to comment.