# HG changeset patch # User Christopher Rogers # Date 1304716820 0 # Node ID 31974934cb2aef83943e21ff00091904b8d73f5f # Parent f554e00e795443ba8428b87a64bd892437119a7d busybox-pam: needs $stuff. diff -r f554e00e7954 -r 31974934cb2a busybox-pam/receipt --- a/busybox-pam/receipt Fri May 06 21:16:41 2011 +0000 +++ b/busybox-pam/receipt Fri May 06 21:20:20 2011 +0000 @@ -16,7 +16,7 @@ { mkdir -p $fs/bin cp -a $src/busybox-pam $fs/bin/busybox - cp -a stuff/* $fs + cp -a $stuff/* $fs } pre_remove()