wok annotate tazinst-gui/receipt @ rev 17666

tazinst-gui: fix httpd start on core64
author Richard Dunbar <mojo@slitaz.org>
date Sun Feb 15 22:02:04 2015 -0500 (2015-02-15)
parents 9340d813aee3
children 7695843cfff4
rev   line source
domcox@14056 1 # SliTaz package receipt.
domcox@14056 2
domcox@14056 3 PACKAGE="tazinst-gui"
pascal@17481 4 VERSION="3.96"
domcox@14056 5 CATEGORY="base-system"
domcox@14056 6 SHORT_DESC="SliTaz installer (Gui frontend)."
domcox@14056 7 MAINTAINER="domcox@slitaz.org"
pascal@15022 8 LICENSE="GPL3"
domcox@14056 9 WANTED="tazinst"
domcox@14056 10 WEB_SITE="http://www.slitaz.org/"
domcox@14056 11 TAGS="slitaz"
domcox@14056 12
pascal@14242 13 DEPENDS="tazpanel tazinst syslinux syslinux-extra"
pascal@14242 14
domcox@14056 15 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@14056 16 #
domcox@14056 17 genpkg_rules()
domcox@14056 18 {
domcox@14056 19 cp -a $install/var $fs
mojo@17666 20 chmod -R 0755 $fs/var/www/
domcox@14056 21 chown -R root.root $fs
domcox@14058 22 mkdir -p $fs/usr/share
domcox@14058 23 cp -a $install/usr/share/applications $fs/usr/share
domcox@14056 24 }