hiawatha: fix runit script

This commit is contained in:
Enno Boland 2014-12-30 20:49:13 +00:00
parent 61c6f97a8b
commit 2240bbf539
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
exec /usr/bin/hiawatha -d
exec hiawatha -d

View file

@ -1,7 +1,7 @@
# Template file for 'hiawatha'
pkgname=hiawatha
version=9.9
revision=1
revision=2
build_style=cmake
hostmakedepends="cmake"
makedepends="polarssl-devel libxslt-devel libressl-devel"