index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Santiago Torres <santiago@archlinux.org> | 2019-03-11 21:18:16 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-03-19 12:07:15 +1000 |
commit | 226d2c124884c7318b7fb86c2e6bdf792eddd1a9 (patch) | |
tree | 151d9df3037ab499ff7771433b569657f2a83967 /meson_options.txt | |
parent | bbfb75fd292e3f2818cdc0eae68c292bb3fbc50b (diff) |
-rw-r--r-- | meson_options.txt | 3 |
diff --git a/meson_options.txt b/meson_options.txt index bf3fc22d..ffa4ddff 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -54,8 +54,5 @@ option('i18n', type : 'boolean', value : true, description : 'enable localization of pacman, libalpm and scripts') # tools -option('duflags', type : 'string', value : 'autodetect', - description : 'flags to pass to du to measure file size') - option('sedinplaceflags', type : 'string', value : 'auto', description : 'flags to pass to sed to edit a file in-place') |