fix PACKAGE_URL path

ft.librem5
Manuel Genovés 2019-11-04 23:05:21 +01:00
parent 3af59e2c1d
commit 13296024c8
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ pkgdatadir = datadir / meson.project_name()
podir = meson.source_root() / 'po'
conf = configuration_data()
conf.set('PACKAGE_URL', 'http://uberwriter.github.io/uberwriter/#1')
conf.set('PACKAGE_URL', 'http://uberwriter.github.io/uberwriter/')
conf.set('DATA_DIR', datadir)
conf.set('LOCALE_DIR', join_paths(get_option('prefix'), get_option('datadir'), 'locale'))
conf.set('PYTHON_DIR', pythondir)