diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2012-11-02 16:52:07 -0200 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2012-11-02 16:52:07 -0200 |
commit | f04b38505e16df19b6f29a51051729359b7f49af (patch) | |
tree | 2ed750d1809201b12bc623899cc3a64ca8c9d687 /pcr/zoneminder | |
parent | 18c27dc5c8367400c3d6b9ef6a9417805c2ce62d (diff) |
zoneminder: fixing package
Diffstat (limited to 'pcr/zoneminder')
-rw-r--r-- | pcr/zoneminder/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/zoneminder/PKGBUILD b/pcr/zoneminder/PKGBUILD index a008bcc6c..c69e6fa97 100644 --- a/pcr/zoneminder/PKGBUILD +++ b/pcr/zoneminder/PKGBUILD @@ -8,7 +8,7 @@ pkgname=zoneminder pkgver=1.25.0 -pkgrel=21 +pkgrel=22 pkgdesc='Capture, analyse, record and monitor video security cameras' arch=( i686 @@ -105,8 +105,8 @@ build() { sed -i -e '/ZM_WEB_TITLE_PREFIX/,+1 s/"ZM"/"ZoneMinder"/'\ scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in || read - # Patch for v4l1 compat support - sed -i -e "s/$ENV{SHELL} = \'\/bin\/sh\' if exists $ENV{SHELL};/$ENV{SHELL} = \'\/bin\/sh\' if exists $ENV{SHELL};\n$ENV{LD_PRELOAD} = \'\/usr\/lib\/libv4l\/v4l1compat.so\' ;/"\ + # Patch for v4l2 convert support + sed -i -e "s/$ENV{SHELL} = \'\/bin\/sh\' if exists $ENV{SHELL};/$ENV{SHELL} = \'\/bin\/sh\' if exists $ENV{SHELL};\n$ENV{LD_PRELOAD} = \'\/usr\/lib\/libv4l\/v4l2convert.so\' ;/"\ scripts/zmdc.pl.in || read # Patch for add more socket tries |