summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormorganamilo <morganamilo@archlinux.org>2021-05-07 08:26:12 +0200
committerAllan McRae <allan@archlinux.org>2021-05-09 14:05:33 +0200
commit15be417c17809cbf2721a3fb0c519ee910b8d0a6 (patch)
treefb7ad21d3fd1e84833ff3eea455ab126e1e845bd
parent31c42c338b717ea6e0cae92c2279d859a882d1b3 (diff)
downloadpacman-15be417c17809cbf2721a3fb0c519ee910b8d0a6.tar.gz
pacman-15be417c17809cbf2721a3fb0c519ee910b8d0a6.tar.xz
remove unused variable in meson.build
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index c8835ab6..46f38de6 100644
--- a/meson.build
+++ b/meson.build
@@ -28,7 +28,6 @@ LIBMAKEPKGDIR = join_paths(PREFIX, DATAROOTDIR, 'makepkg')
PKGDATADIR = join_paths(PREFIX, DATAROOTDIR, meson.project_name())
PYTHON = import('python').find_installation('python3')
-DU = find_program('du')
LDCONFIG = get_option('ldconfig')
MESON_MAKE_SYMLINK = join_paths(meson.source_root(), 'build-aux/meson-make-symlink.sh')