diff --git a/ansible-semaphore/build.sh b/ansible-semaphore/build.sh index e868c8f..941dc38 100755 --- a/ansible-semaphore/build.sh +++ b/ansible-semaphore/build.sh @@ -37,7 +37,7 @@ function prepare() { sed -re "s/__VERSION__/${VERSION}/g" -i "${PKGDIR}/DEBIAN/control" sed -re "s/__MAINTAINER__/${MAINTAINER}/g" -i "${PKGDIR}/DEBIAN/control" cp "${SRCDIR}/LICENSE" "${PKGDIR}/usr/share/doc/${PKGNAME}/copyright" - github_changelog ansible-semaphore/semaphore + github_changelog semaphoreui/semaphore find "${PKGDIR}" -exec touch -m -d "${ISODATE}" {} \; }