diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-06-17 17:45:01 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-06-17 17:45:01 +0000 |
commit | 34686e4968b89632d4c7e9cb83923ef66393a02c (patch) | |
tree | 86f73fa89930087c58a8329e637563da64d972f1 /x11-misc/obconf/files | |
parent | EAPI2 migration for obconf use dependencies (diff) | |
download | gentoo-2-34686e4968b89632d4c7e9cb83923ef66393a02c.tar.gz gentoo-2-34686e4968b89632d4c7e9cb83923ef66393a02c.tar.bz2 gentoo-2-34686e4968b89632d4c7e9cb83923ef66393a02c.zip |
Fix lxde wrapper
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/obconf/files')
-rw-r--r-- | x11-misc/obconf/files/obconf-lxde | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/obconf/files/obconf-lxde b/x11-misc/obconf/files/obconf-lxde index 438e22b9defd..949f54c2e973 100644 --- a/x11-misc/obconf/files/obconf-lxde +++ b/x11-misc/obconf/files/obconf-lxde @@ -1,3 +1,3 @@ -#!/bin/bash +#!/bin/sh # Gentoo bug: 369555 -obconf --config-file ${OBCONF_DIR}/lxde-rc.xml +obconf --config-file lxde-rc.xml |