about summary refs log tree commit diff
path: root/pkgs/tools/system/uptimed/no-var-spool-install.patch
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2009-09-16 07:31:16 +0000
committerRob Vermaas <rob.vermaas@gmail.com>2009-09-16 07:31:16 +0000
commit8afb39344e4f84bd77c353a53238468edd4027e8 (patch)
tree6537ddfe695b3d669d3d6d095fbec489b73d3773 /pkgs/tools/system/uptimed/no-var-spool-install.patch
parent63dceffb0b27e30c7b0c03ae23adc4d349ae70f8 (diff)
* added uptimed 0.3.16
svn path=/nixpkgs/trunk/; revision=17172
Diffstat (limited to 'pkgs/tools/system/uptimed/no-var-spool-install.patch')
-rw-r--r--pkgs/tools/system/uptimed/no-var-spool-install.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/tools/system/uptimed/no-var-spool-install.patch b/pkgs/tools/system/uptimed/no-var-spool-install.patch
new file mode 100644
index 0000000000000..f591aad4b5048
--- /dev/null
+++ b/pkgs/tools/system/uptimed/no-var-spool-install.patch
@@ -0,0 +1,15 @@
+diff -rc uptimed-0.3.16/Makefile.am uptimed-0.3.16-new/Makefile.am
+*** uptimed-0.3.16/Makefile.am	2009-01-02 00:46:00.000000000 +0100
+--- uptimed-0.3.16-new/Makefile.am	2009-09-16 09:24:29.952524967 +0200
+***************
+*** 8,16 ****
+  
+  AM_CFLAGS = @CFLAGS@ -DFILE_CONFIG=\"$(sysconfdir)/uptimed.conf\"
+  
+- install-data-local:
+- 	$(INSTALL) -d $(DESTDIR)/var/spool/uptimed
+- 
+  srpm: dist
+  	@(rpmbuild -ts uptimed-$(PACKAGE_VERSION).tar.gz)
+  
+--- 8,13 ----