diff options
Diffstat (limited to 'main/oprofile/APKBUILD')
-rw-r--r-- | main/oprofile/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/oprofile/APKBUILD b/main/oprofile/APKBUILD index d71a8f6ac..c0dc424dc 100644 --- a/main/oprofile/APKBUILD +++ b/main/oprofile/APKBUILD @@ -18,6 +18,7 @@ _builddir="$srcdir/$pkgname-$pkgver" prepare() { cd "$_builddir" + update_config_sub || return 1 } build() { |