23 lines
533 B
Diff
23 lines
533 B
Diff
From a79d2dcd1b6275904193454fb9d68614813929f3 Mon Sep 17 00:00:00 2001
|
|
From: Sam Parkinson <sam@sam.today>
|
|
Date: Mon, 27 Nov 2017 11:17:35 +1100
|
|
Subject: [PATCH] Remove post install script - handle in nix config instead
|
|
|
|
---
|
|
meson.build | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/meson.build b/meson.build
|
|
index fc45296..2227f1f 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -53,5 +53,3 @@ configure_file(
|
|
configuration: conf,
|
|
install_dir: bindir
|
|
)
|
|
-
|
|
-meson.add_install_script('meson_post_install.py')
|
|
--
|
|
2.15.0
|
|
|
|
|