diff options
Diffstat (limited to 'main/ndctl')
-rw-r--r-- | main/ndctl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ndctl/APKBUILD b/main/ndctl/APKBUILD index bc575b385e..009aeca9bb 100644 --- a/main/ndctl/APKBUILD +++ b/main/ndctl/APKBUILD @@ -17,7 +17,7 @@ options="!check" # tests require building & loading the nfit_test.ko kernel modu prepare() { default_prepare - cd "$builddir" + echo $pkgver >"$builddir/version" ./autogen.sh } |