fixes weird fix in bkgd images

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11237 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2008-05-22 11:18:18 +00:00
parent d9e54f90ff
commit 9e47dfa7d7

View 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