bc: touch only generated files in doc/

This commit is contained in:
Vladislav Ivanishin 2018-05-30 10:57:42 +00:00 committed by Fredrik Rinnestam
parent 80b0a63c84
commit 1c26188cd9

View File

@ -14,7 +14,7 @@ build() {
./configure --prefix=/usr --with-readline
# do not regen docs
touch doc/*
touch doc/*.info doc/*.1 doc/Makefile
make
make DESTDIR=$PKG install