From 9347fdf1b3c3565a6b09ed395b721fbbc3557838 Mon Sep 17 00:00:00 2001 From: Leonardo Robol Date: Sun, 30 Jan 2011 20:25:28 +0100 Subject: [PATCH] Aggiunto nuovo access point del PHC --- 99_poisson_vpn.py | 2 +- Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/99_poisson_vpn.py b/99_poisson_vpn.py index c15db12..4656b7d 100755 --- a/99_poisson_vpn.py +++ b/99_poisson_vpn.py @@ -139,7 +139,7 @@ def get_base_connection(): return connection # MAC address of PHC-wifi ap - if settings['802-11-wireless']['seen-bssids'][0] == u'00:0f:cb:aa:16:52': + if settings['802-11-wireless']['seen-bssids'][0] == u'00:13:64:2a:10:00': return connection # Se siamo arrivati a questo punto significa che la connessione attiva diff --git a/Makefile b/Makefile index f2e0975..35f68a5 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,8 @@ all: install: mkdir -p $(NM_DISPATCHER_DIR) install -m 755 -o root $(SCRIPT_FILE) $(NM_DISPATCHER_DIR) - install -m 644 -o root $(IMAGE_FILE) /usr/share/pixmaps/ + mkdir -p $(DESTDIR)/usr/share/pixmaps + install -m 644 -o root $(IMAGE_FILE) $(DESTDIR)/usr/share/pixmaps/ uninstall: rm -f $(NM_DISPATCHER_DIR)$(SCRIPT_FILE) -- 2.1.4