mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-08 22:14:34 +00:00
20 lines
784 B
Diff
20 lines
784 B
Diff
diff --git a/data/builder/meson.build b/data/builder/meson.build
|
|
index c7a430c0..e69de29b 100644
|
|
--- a/data/builder/meson.build
|
|
+++ b/data/builder/meson.build
|
|
@@ -1,3 +0,0 @@
|
|
-install_data('README.md',
|
|
- install_dir : join_paths(localstatedir, 'lib', 'fwupd', 'builder')
|
|
-)
|
|
diff --git a/meson_post_install.sh b/meson_post_install.sh
|
|
index 0cbb6f41..d757a81a 100755
|
|
--- a/meson_post_install.sh
|
|
+++ b/meson_post_install.sh
|
|
@@ -11,6 +11,4 @@ LOCALSTATEDIR=$2
|
|
echo 'Updating systemd deps'
|
|
mkdir -p ${DESTDIR}${SYSTEMDUNITDIR}/system-update.target.wants
|
|
ln -sf ../fwupd-offline-update.service ${DESTDIR}${SYSTEMDUNITDIR}/system-update.target.wants/fwupd-offline-update.service
|
|
- echo 'Creating stateful directory'
|
|
- mkdir -p ${DESTDIR}${LOCALSTATEDIR}/lib/fwupd
|
|
#fi
|