summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-05-06 07:54:19 +0000
committerAlin Năstac <mrness@gentoo.org>2006-05-06 07:54:19 +0000
commit98fa5a24b305bdfa995f5c1c571b76cfddb71f57 (patch)
treeb3657f18cab906f9d191d0a299d6b32991b8009e /net-libs/wvstreams/files
parentMask dev-embedded/sdcc-cvs pending removal. (diff)
downloadgentoo-2-98fa5a24b305bdfa995f5c1c571b76cfddb71f57.tar.gz
gentoo-2-98fa5a24b305bdfa995f5c1c571b76cfddb71f57.tar.bz2
gentoo-2-98fa5a24b305bdfa995f5c1c571b76cfddb71f57.zip
Fix uniconfd.ini path (#132188)
(Portage version: 2.0.54)
Diffstat (limited to 'net-libs/wvstreams/files')
-rw-r--r--net-libs/wvstreams/files/digest-wvstreams-4.2.2-r11
-rw-r--r--net-libs/wvstreams/files/wvstreams-4.2.2-uniconfd-ini.patch14
2 files changed, 15 insertions, 0 deletions
diff --git a/net-libs/wvstreams/files/digest-wvstreams-4.2.2-r1 b/net-libs/wvstreams/files/digest-wvstreams-4.2.2-r1
new file mode 100644
index 000000000000..2e9bdd6e87ec
--- /dev/null
+++ b/net-libs/wvstreams/files/digest-wvstreams-4.2.2-r1
@@ -0,0 +1 @@
+MD5 103230cb9926cb8f3f4d8dc8584f3b9c wvstreams-4.2.2.tar.gz 1269821
diff --git a/net-libs/wvstreams/files/wvstreams-4.2.2-uniconfd-ini.patch b/net-libs/wvstreams/files/wvstreams-4.2.2-uniconfd-ini.patch
new file mode 100644
index 000000000000..db7edd9a4d44
--- /dev/null
+++ b/net-libs/wvstreams/files/wvstreams-4.2.2-uniconfd-ini.patch
@@ -0,0 +1,14 @@
+diff -Nru wvstreams-4.2.2.orig/Makefile wvstreams-4.2.2/Makefile
+--- wvstreams-4.2.2.orig/Makefile 2006-01-10 23:53:31.000000000 +0200
++++ wvstreams-4.2.2/Makefile 2006-05-06 10:13:33.211497500 +0300
+@@ -182,8 +182,8 @@
+ $(INSTALL_PROGRAM) uniconf/tests/uni $(DESTDIR)$(bindir)/
+ $(INSTALL) -d $(DESTDIR)$(sbindir)
+ $(INSTALL_PROGRAM) uniconf/daemon/uniconfd $(DESTDIR)$(sbindir)/
+- $(INSTALL) -d $(DESTDIR)$(localstatedir)/lib/uniconf
+- touch $(DESTDIR)$(localstatedir)/lib/uniconf/uniconfd.ini
++ $(INSTALL) -d $(DESTDIR)$(localstatedir)/uniconf
++ $(INSTALL_DATA) uniconf/daemon/uniconfd.ini $(DESTDIR)$(localstatedir)/uniconf
+ $(INSTALL) -d $(DESTDIR)$(mandir)/man8
+ $(INSTALL_DATA) uniconf/daemon/uniconfd.8 $(DESTDIR)$(mandir)/man8
+ $(INSTALL_DATA) uniconf/tests/uni.8 $(DESTDIR)$(mandir)/man8