summaryrefslogblamecommitdiff
path: root/weewx/setup.cfg-Install-into-usr-local.patch
blob: 8d264772fa07e48d95c5248f0a812bcdfc3dfd0c (plain) (tree)





























                                                                      
From c68f36936abc43c56e8a1a967821b6c00a3e3503 Mon Sep 17 00:00:00 2001
From: Jon duSaint <jon@rockgeeks.net>
Date: Mon, 1 Aug 2022 17:14:09 -0700
Subject: [PATCH] setup.cfg: Install into /usr/local

---
 setup.cfg | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 324d5d7..dcdb8c6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,11 +1,3 @@
 [install]
-home = /home/weewx
-prefix = 
-exec-prefix = 
-install_lib = %(home)s/bin
-install_scripts = %(home)s/bin
-
-[egg_info]
-tag_build = 
-tag_date = 0
-
+prefix = /var/www
+install_data = %(prefix)s/weewx
-- 
2.35.1