4a613a348e
Feature safe: yes
11 lines
466 B
Text
11 lines
466 B
Text
--- restricted-plugin-autowep/Makefile.orig 2013-03-25 13:29:11.000000000 -0400
|
|
+++ restricted-plugin-autowep/Makefile 2013-04-04 15:37:44.000000000 -0400
|
|
@@ -22,7 +22,7 @@
|
|
|
|
install: $(PLUGOUT)
|
|
mkdir -p $(DESTDIR)/$(plugindir)
|
|
- $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) -m 644 $^ $(DESTDIR)/$(plugindir)/$^
|
|
+ $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) -m 644 $(PLUGOUT) $(DESTDIR)/$(plugindir)/$(PLUGOUT)
|
|
|
|
userinstall: $(PLUGOUT)
|
|
mkdir -p ${HOME}/.kismet/plugins/
|