diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | src/netcfg-menu | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,6 @@ install: install -d $(DESTDIR)/usr/lib/network/{connections,hooks} \ $(DESTDIR)/etc/network.d/{examples,hooks,interfaces} \ $(DESTDIR)/etc/rc.d \ - $(DESTDIR)/var/run/network/{interfaces,profiles} \ $(DESTDIR)/usr/share/man/{man5,man8} \ # Documentation diff --git a/src/netcfg-menu b/src/netcfg-menu index 872d904..ff57005 100644 --- a/src/netcfg-menu +++ b/src/netcfg-menu @@ -7,6 +7,8 @@ if [[ ! -x /usr/bin/dialog ]]; then exit 1 fi +check_make_state_dir + # JP: we'll use $STATE_DIR/menu to record what profile is being connected in this way rm -f "$STATE_DIR/menu" |