diff options
Diffstat (limited to 'user/cunit/APKBUILD')
-rw-r--r-- | user/cunit/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/cunit/APKBUILD b/user/cunit/APKBUILD index 8d2c1d8e6..afe47d8fa 100644 --- a/user/cunit/APKBUILD +++ b/user/cunit/APKBUILD @@ -18,6 +18,7 @@ source="https://downloads.sourceforge.net/project/$pkgname/$_pkgname/$_pkgver/$_ builddir="$srcdir/$_pkgname-$_pkgver" prepare() { + sed -i "s/@VERSION@-@RELEASE@/$pkgver/" cunit.pc.in default_prepare ./bootstrap } |