wok diff ovz-web-panel/receipt @ rev 17045

Up: firefox-official (31.0)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Aug 19 23:37:07 2014 +0200 (2014-08-19)
parents 051931e905b0
children d6ca18366f41
line diff
     1.1 --- a/ovz-web-panel/receipt	Fri Dec 06 10:39:07 2013 +0000
     1.2 +++ b/ovz-web-panel/receipt	Tue Aug 19 23:37:07 2014 +0200
     1.3 @@ -5,11 +5,12 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="GUI web-based frontend for OpenVZ"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="ruby-enterprise sqlite3-ruby"
     1.8 +LICENSE="GPL2"
     1.9  TARBALL="${PACKAGE}-${VERSION}.tgz"
    1.10  WEB_SITE="http://code.google.com/p/ovz-web-panel/"
    1.11  WGET_URL="http://ovz-web-panel.googlecode.com/files/$TARBALL"
    1.12  
    1.13 +DEPENDS="ruby-enterprise sqlite3-ruby"
    1.14  
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17 @@ -39,7 +40,7 @@
    1.18  				
    1.19  	cp -a $install $fs/usr/share/$PACKAGE
    1.20  	cp -a $fs/usr/share/$PACKAGE/config/owp.conf.sample $fs/etc/owp.conf
    1.21 -	cp -a $fs/usr/share//$PACKAGE/utils/hw-daemon/hw-daemon.ini.sample $fs/usr/share/$PACKAGE/utils/hw-daemon/hw-daemon.ini
    1.22 +	cp -a $fs/usr/share/$PACKAGE/utils/hw-daemon/hw-daemon.ini.sample $fs/usr/share/$PACKAGE/utils/hw-daemon/hw-daemon.ini
    1.23  	
    1.24  	# Set secret key
    1.25  	sed -i 's/secret/2918b7aafc1f5f753ee232a7e7f78175/' \