summary refs log tree commit diff
path: root/pkgs/tools/backup/burp/burp_1.4.40.patch
diff options
context:
space:
mode:
authorDaniel Frank <git@danielfrank.net>2015-11-03 21:37:19 +0100
committerDaniel Frank <git@danielfrank.net>2015-11-03 21:40:14 +0100
commitb2a958157d2bdab4fe045930fec9c24388ad7730 (patch)
treea04721fecc83c5e996449b8cc0e7a4a03f0404f3 /pkgs/tools/backup/burp/burp_1.4.40.patch
parent84afac6b899ff6eff176b5576cd7867e15082d84 (diff)
downloadnixpkgs-b2a958157d2bdab4fe045930fec9c24388ad7730.tar
nixpkgs-b2a958157d2bdab4fe045930fec9c24388ad7730.tar.gz
nixpkgs-b2a958157d2bdab4fe045930fec9c24388ad7730.tar.bz2
nixpkgs-b2a958157d2bdab4fe045930fec9c24388ad7730.tar.lz
nixpkgs-b2a958157d2bdab4fe045930fec9c24388ad7730.tar.xz
nixpkgs-b2a958157d2bdab4fe045930fec9c24388ad7730.tar.zst
nixpkgs-b2a958157d2bdab4fe045930fec9c24388ad7730.zip
burp: new package (backup program)
Diffstat (limited to 'pkgs/tools/backup/burp/burp_1.4.40.patch')
-rw-r--r--pkgs/tools/backup/burp/burp_1.4.40.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/tools/backup/burp/burp_1.4.40.patch b/pkgs/tools/backup/burp/burp_1.4.40.patch
new file mode 100644
index 00000000000..fe57202bc34
--- /dev/null
+++ b/pkgs/tools/backup/burp/burp_1.4.40.patch
@@ -0,0 +1,12 @@
+diff -Naur burp~/Makefile.in burp/Makefile.in
+--- burp~/Makefile.in	2015-11-01 21:14:52.621376413 +0000
++++ burp/Makefile.in	2015-11-01 22:09:25.098997115 +0000
+@@ -90,8 +90,6 @@
+ 	$(MKDIR) $(DESTDIR)$(sbindir)
+ 	$(MKDIR) $(DESTDIR)$(sysconfdir)
+ 	$(MKDIR) $(DESTDIR)$(sysconfdir)/CA-client
+-	$(MKDIR) $(DESTDIR)/var/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
+ 	@if [ ! -d $(DESTDIR)$(sysconfdir)/autoupgrade/client ] ; then $(MKDIR) $(DESTDIR)$(sysconfdir)/autoupgrade/client ; fi