diff options
Diffstat (limited to 'main/xfce4-notes-plugin/APKBUILD')
-rw-r--r-- | main/xfce4-notes-plugin/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xfce4-notes-plugin/APKBUILD b/main/xfce4-notes-plugin/APKBUILD index 98791512b7..fba2bfba05 100644 --- a/main/xfce4-notes-plugin/APKBUILD +++ b/main/xfce4-notes-plugin/APKBUILD @@ -17,7 +17,7 @@ _builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" - # apply patches here + update_config_sub || return 1 } build() { |