# HG changeset patch
# User Christopher Rogers <slaxemulator@gmail.com>
# Date 1304790677 0
# Node ID fc20a2fab76c726a74f3a1bfb187084798e30453
# Parent  a1644dbcf6323b19c2cb1f321e7a123a17e1a72e
Fixed bugs from last commit.

diff -r a1644dbcf632 -r fc20a2fab76c apache/receipt
--- a/apache/receipt	Sat May 07 23:47:19 2011 +0200
+++ b/apache/receipt	Sat May 07 17:51:17 2011 +0000
@@ -20,7 +20,7 @@
 {
 	cd $src
 	grep -q Slitaz config.layout || \
-		cat ../$stuff/slitaz.layout >> config.layout
+		cat $stuff/slitaz.layout >> config.layout
 	./configure --mandir=/usr/share/man --enable-mods-shared=all \
 		--enable-proxy --enable-ssl \
 		--enable-layout=Slitaz $CONFIGURE_ARGS &&
diff -r a1644dbcf632 -r fc20a2fab76c celestia/receipt
--- a/celestia/receipt	Sat May 07 23:47:19 2011 +0200
+++ b/celestia/receipt	Sat May 07 17:51:17 2011 +0000
@@ -15,7 +15,7 @@
 compile_rules()
 {
 	cd $src
-	patch -p0 -i ../$stuff/celestia-1.6.0-gcc45.patch
+	patch -p0 -i $stuff/celestia-1.6.0-gcc45.patch
 	./configure \
 		--prefix=/usr \
 		--infodir=/usr/share/info \
diff -r a1644dbcf632 -r fc20a2fab76c cups-pam/receipt
--- a/cups-pam/receipt	Sat May 07 23:47:19 2011 +0200
+++ b/cups-pam/receipt	Sat May 07 17:51:17 2011 +0000
@@ -66,7 +66,7 @@
 	cp -a $stuff/* $fs
 
 	# Daemon script
-	cp -a ../cups/$stuff/etc $fs
+	cp -a $WOK/cups/stuff/etc $fs
 }
 
 # Start cups daemon and edit daemons.conf.
diff -r a1644dbcf632 -r fc20a2fab76c cyrus-sasl/receipt
--- a/cyrus-sasl/receipt	Sat May 07 23:47:19 2011 +0200
+++ b/cyrus-sasl/receipt	Sat May 07 17:51:17 2011 +0000
@@ -33,7 +33,7 @@
 	cp -a $_pkg/usr/lib/sasl2/*.so* $fs/usr/lib/sasl2
 	cp -a $stuff/etc $fs
 	
-	cat $WOK/$PACKAGE/$stuff/*.files-list | while read file; do
+	cat $stuff/*.files-list | while read file; do
 		rm -rf $fs$file
 	done
 }