daemonize: fix whitespace lints

This commit is contained in:
Michael Gehring 2017-07-16 14:14:52 +00:00
parent 375ccf8ea0
commit 57435e0358

View file

@ -12,7 +12,7 @@ distfiles="https://github.com/bmc/$pkgname/archive/release-$version.tar.gz"
checksum=b3cafea3244ed5015a3691456644386fc438102adbdc305af553928a185bea05
wrksrc="$pkgname-release-$version"
post_extract() {
post_extract() {
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile.in
}
post_install() {