lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 22.05-pre 26 lines 828 B view raw
1From bce75eb4cdeb0b86df6b0a577e886c49a88303f6 Mon Sep 17 00:00:00 2001 2From: Franz Pletz <fpletz@fnordicwalking.de> 3Date: Sun, 11 Feb 2018 04:37:44 +0100 4Subject: [PATCH 11/21] build: don't create statedir and don't touch prefixdir 5 6--- 7 meson.build | 3 --- 8 1 file changed, 3 deletions(-) 9 10diff --git a/meson.build b/meson.build 11index b5a51b6d0d..99b071542c 100644 12--- a/meson.build 13+++ b/meson.build 14@@ -3540,9 +3540,6 @@ install_data('LICENSE.GPL2', 15 'docs/GVARIANT-SERIALIZATION.md', 16 install_dir : docdir) 17 18-meson.add_install_script('sh', '-c', mkdir_p.format(systemdstatedir)) 19-meson.add_install_script('sh', '-c', 'touch $DESTDIR@0@'.format(prefixdir)) 20- 21 ############################################################ 22 23 # Ensure that changes to the docs/ directory do not break the 24-- 252.33.0 26