diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/local.mk b/lib/local.mk index cbc5684..ca3f65e 100644 --- a/lib/local.mk +++ b/lib/local.mk @@ -26,6 +26,7 @@ lib_srcs = \ lib_pkglib = $(lib_srcs:.sh=.sm) lib_distfiles = lib/local.mk $(lib_srcs) $(lib_buildsystem_distfiles) +# FIXME: libopkhelper is deprecated. Migrate code and remove this variable. lib_script = \ s&@@PACKAGE_NAME@@&$(package_name)&;\ s&@@PACKAGE_VERSION@@&$(package_version)&;\ |