ebeb31b32e
- ether-wake-1.08 - few changes in implementation (#145718)
18 lines
604 B
Diff
18 lines
604 B
Diff
--- net-tools-1.60/netplug-1.2.9/Makefile.kill_bitkeeper 2005-01-10 11:36:32.000000000 +0100
|
|
+++ net-tools-1.60/netplug-1.2.9/Makefile 2005-01-10 11:38:01.796744224 +0100
|
|
@@ -24,10 +24,12 @@
|
|
install $(install_opts) -m 755 scripts/rc.netplugd $(initdir)/netplugd
|
|
install -C $(install_opts) -m 444 man/man8/netplugd.8 $(mandir)/man8
|
|
|
|
-bk_root := $(shell bk root)
|
|
+#bk_root := $(shell bk root)
|
|
+bk_root := $(shell)
|
|
tar_root := netplug-$(version)
|
|
tar_file := $(bk_root)/$(tar_root).tar.bz2
|
|
-files := $(shell bk sfiles -Ug)
|
|
+#files := $(shell bk sfiles -Ug)
|
|
+file := $(shell)
|
|
|
|
tarball: $(tar_file)
|
|
|