wok-6.x diff osmo/receipt @ rev 11682

Up: git to 1.7.9.1. Add git-daemon so the user can run a web daemon of git repos.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 18 08:37:39 2012 -0500 (2012-02-18)
parents 1e1cc84777a6
children 8ed3888d6736
line diff
     1.1 --- a/osmo/receipt	Thu Nov 04 21:34:09 2010 +0000
     1.2 +++ b/osmo/receipt	Sat Feb 18 08:37:39 2012 -0500
     1.3 @@ -28,6 +28,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr
     1.8 +	mkdir -p $fs/usr/share/applications
     1.9 +	cp -a $stuff/osmo.desktop $fs/usr/share/applications
    1.10  	cp -a $_pkg/usr/bin $fs/usr
    1.11  }