fixes weird fix in bkgd images
authorJohn Crispin <john@openwrt.org>
Thu, 22 May 2008 11:18:18 +0000 (11:18 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 22 May 2008 11:18:18 +0000 (11:18 +0000)
SVN-Revision: 11237

XOrg/meta/xorg-server-essentials/files/xinitrc

index dacb8a00b3003dbd08a5ed446a2a88d442566b60..dfc0c323a2e76c94049354b4dc700dee9e7c0d78 100644 (file)
@@ -3,7 +3,7 @@ if [ -x `which xsetroot` ]; then
        xsetroot -solid green
 fi
 
-BKGD_IM12429 /us/usr/share/X11/bkgd-images/
+BKGD_IMAGE_PATH=/usr/share/X11/bkgd-images/
 if [ -x `which Esetroot` ]; then
        Esetroot -scale ${BKGD_IMAGE_PATH}/default.png
 fi