wok-next diff gejengel/receipt @ rev 16589

dbus: fix init script (with /run and /var/run mounted as tmpfs, we can't preinstall /var/run/dbus, we must create it)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 05 19:10:34 2014 +0200 (2014-05-05)
parents 21ad69bbbfa5
children 002d4bf6c905
line diff
     1.1 --- a/gejengel/receipt	Sun Jul 08 20:53:49 2012 +0200
     1.2 +++ b/gejengel/receipt	Mon May 05 19:10:34 2014 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="A simple, light and clean audio player."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://code.google.com/p/gejengel/"
    1.10  WGET_URL="http://gejengel.googlecode.com/files/$TARBALL"
    1.11 @@ -30,5 +31,5 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr $fs/etc
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 +	cp -a $install/usr/bin $fs/usr
    1.17  }