summarylogtreecommitdiffstats
path: root/02-runpath_fix.patch
diff options
context:
space:
mode:
authorJason Lenz2015-10-06 20:23:31 -0500
committerJason Lenz2015-10-06 20:43:26 -0500
commitce85d8e8d5ebce9edf698b5369de520d8f83ff83 (patch)
tree11e8e215f5b84c35c9014f8f4dacfae7e55a8602 /02-runpath_fix.patch
parent6c1606b801534d905d56dbca9aadce818367ec9b (diff)
downloadaur-ce85d8e8d5ebce9edf698b5369de520d8f83ff83.tar.gz
Updated to latest stable version (1.4.40).
Diffstat (limited to '02-runpath_fix.patch')
-rw-r--r--02-runpath_fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/02-runpath_fix.patch b/02-runpath_fix.patch
deleted file mode 100644
index c10107fc72f0..000000000000
--- a/02-runpath_fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -aur burp.pristine/Makefile.in burp.new/Makefile.in
---- burp.pristine/Makefile.in 2014-01-27 10:55:47.000000000 +0000
-+++ burp.new/Makefile.in 2015-03-29 13:30:33.141852508 +0000
-@@ -90,7 +90,7 @@
- $(MKDIR) $(DESTDIR)$(sbindir)
- $(MKDIR) $(DESTDIR)$(sysconfdir)
- $(MKDIR) $(DESTDIR)$(sysconfdir)/CA-client
-- $(MKDIR) $(DESTDIR)/var/run
-+ $(MKDIR) $(DESTDIR)/run
- $(MKDIR) $(DESTDIR)/var/spool/burp
- @if [ ! -d $(DESTDIR)$(sysconfdir)/clientconfdir ] ; then $(MKDIR) $(DESTDIR)$(sysconfdir)/clientconfdir ; cp configs/server/clientconfdir/testclient $(DESTDIR)$(sysconfdir)/clientconfdir/testclient ; fi
- @if [ ! -d $(DESTDIR)$(sysconfdir)/clientconfdir/incexc ] ; then $(MKDIR) $(DESTDIR)$(sysconfdir)/clientconfdir/incexc ; cp configs/server/clientconfdir/incexc $(DESTDIR)$(sysconfdir)/clientconfdir/incexc/example ; fi