# HG changeset patch # User Christophe Lincoln # Date 1241253122 -7200 # Node ID 348ab55e5d945781f9c4c0cd4e7b5fa4c7b40155 # Parent 7cef8fc2756695c361a625de992f9ac25045c279 slim: Fix base theme copy diff -r 7cef8fc27566 -r 348ab55e5d94 slim/receipt --- a/slim/receipt Sat May 02 10:05:32 2009 +0200 +++ b/slim/receipt Sat May 02 10:32:02 2009 +0200 @@ -28,7 +28,7 @@ { mkdir -p $fs/usr/bin $fs/usr/share/slim cp -a $src/slim $fs/usr/bin - cp -a stuff/themes/base $fs/usr/share/slim + cp -a stuff/themes $fs/usr/share/slim # Config file and rc script. cp -a stuff/etc $fs chown -R root.root $fs