diff options
author | Simone Rota <sip@crux.nu> | 2007-08-19 21:23:55 +0200 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2007-08-19 21:23:55 +0200 |
commit | 541919dbc2c38e035ec487ee2d441705e2d91a3e (patch) | |
tree | 064d48d93c9538732ca9f43ca3cf1dd1af15cd41 /slim | |
parent | 4f5921a7cfb8a4b56cceb5d17e58fed04d242bf5 (diff) | |
download | opt-541919dbc2c38e035ec487ee2d441705e2d91a3e.tar.gz opt-541919dbc2c38e035ec487ee2d441705e2d91a3e.tar.xz |
slim: adjusted config for new xorg paths
Diffstat (limited to 'slim')
-rw-r--r-- | slim/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/slim/Pkgfile b/slim/Pkgfile index 3d6bd445e..56355d289 100644 --- a/slim/Pkgfile +++ b/slim/Pkgfile @@ -6,7 +6,7 @@ name=slim version=1.3.0 -release=1 +release=2 source=(http://download.berlios.de/$name/$name-$version.tar.gz \ http://jw.tks6.net/files/slim-crux-smooth.tar.gz $name.rc) @@ -17,6 +17,7 @@ build () { mkdir $PKG/etc/rc.d install -m 755 ../$name.rc $PKG/etc/rc.d/$name cd ../ + sed -i "s|X11R6/||g" $PKG/etc/slim.conf rm -f slim-crux-smooth/README cp -r slim-crux-smooth $PKG/usr/share/slim/themes/crux-smooth |