89578d2faf
+ add user _icecast (home directory in /var/icecast) + enable chroot by default + populate chroot with all the necessary files ok okan@ sthen@ ajacoutot@
13 lines
426 B
Plaintext
13 lines
426 B
Plaintext
$OpenBSD: patch-web_Makefile_in,v 1.2 2008/11/18 21:22:03 pea Exp $
|
|
--- web/Makefile.in.orig Fri May 30 01:58:59 2008
|
|
+++ web/Makefile.in Fri Nov 7 10:42:57 2008
|
|
@@ -15,7 +15,7 @@
|
|
@SET_MAKE@
|
|
|
|
VPATH = @srcdir@
|
|
-pkgdatadir = $(datadir)/@PACKAGE@
|
|
+pkgdatadir = $(datadir)/examples/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|