# HG changeset patch
# User Paul Issott <paul@slitaz.org>
# Date 1256997361 0
# Node ID 5dc661fd946074ef75a1de3351cddf6954354ed6
# Parent  72ce8bc69a62d910feec8e9b59f5d3914f7318fc
Up: grsync (0.9.2)

diff -r 72ce8bc69a62 -r 5dc661fd9460 grsync/receipt
--- a/grsync/receipt	Tue Oct 27 12:37:19 2009 +0000
+++ b/grsync/receipt	Sat Oct 31 13:56:01 2009 +0000
@@ -1,11 +1,11 @@
 # SliTaz package receipt.
 
 PACKAGE="grsync"
-VERSION="0.9.1"
+VERSION="0.9.2"
 CATEGORY="network"
 SHORT_DESC="GTK+ intuitive interface to rsync."
 MAINTAINER="pankso@slitaz.org"
-DEPENDS="gtk+ rsync xorg-libXdamage"
+DEPENDS="gtk+ rsync xorg-libXdamage acl"
 BUILD_DEPENDS="gtk+-dev xorg-xproto perl-xml-parser intltool"
 TARBALL="$PACKAGE-$VERSION.tar.gz"
 WEB_SITE="http://www.opbyte.it/grsync/"
@@ -28,9 +28,9 @@
 # Rules to gen a SliTaz package suitable for Tazpkg.
 genpkg_rules()
 {
-    mkdir -p $fs/usr/share
-    cp -a $_pkg/usr/bin $fs/usr
+    	mkdir -p $fs/usr/share
+    	cp -a $_pkg/usr/bin $fs/usr
 	cp -a $_pkg/usr/share/grsync $fs/usr/share
-    sed -i s'|#!/bin/bash|#!/bin/sh|' $fs/usr/bin/grsync-batch
+    	sed -i s'|#!/bin/bash|#!/bin/sh|' $fs/usr/bin/grsync-batch
 	chmod +x $fs/usr/bin/*
 }