wok diff airoscript-ng/stuff/path.patch @ rev 22039

updated tmate (2.2.1 -> 2.3.1)
author Hans-G?nter Theisgen
date Mon Oct 21 16:50:24 2019 +0100 (2019-10-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/airoscript-ng/stuff/path.patch	Mon Oct 21 16:50:24 2019 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +--- Makefile	2010-01-15 17:01:03.765034074 +0300
     1.5 ++++ Makefile	2010-01-15 17:01:51.998782031 +0300
     1.6 +@@ -1,6 +1,6 @@
     1.7 + #!/usr/bin/make
     1.8 + # Configure prefix here:
     1.9 +-prefix="/usr/local"
    1.10 +-aircrack_prefix="/usr/local" # for packaged aircrack-ng change me to /usr
    1.11 ++#prefix="${pkgdir}/usr"
    1.12 ++aircrack_prefix="/usr" # for packaged aircrack-ng change me to /usr
    1.13 + OSTYPE:=$(shell uname -s|cut -d_ -f1)
    1.14 + include Makefile-$(OSTYPE)