mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
xfdesktop: whoop, flipped backdrop logic
This commit is contained in:
parent
75a1072fbb
commit
a2d51d7908
1 changed files with 2 additions and 2 deletions
|
|
@ -54,9 +54,9 @@ PDEPEND="pentoo? ( pentoo/pentoo-desktop )"
|
||||||
src_configure() {
|
src_configure() {
|
||||||
if use pentoo; then
|
if use pentoo; then
|
||||||
if use pentoo-release; then
|
if use pentoo-release; then
|
||||||
backdrop="--with-default-backdrop-filename=/usr/share/pentoo/wallpaper/domo-roolz.jpg"
|
|
||||||
else
|
|
||||||
backdrop="--with-default-backdrop-filename=/usr/share/pentoo/wallpaper/tux-winfly-killah.1600x1200.jpg"
|
backdrop="--with-default-backdrop-filename=/usr/share/pentoo/wallpaper/tux-winfly-killah.1600x1200.jpg"
|
||||||
|
else
|
||||||
|
backdrop="--with-default-backdrop-filename=/usr/share/pentoo/wallpaper/domo-roolz.jpg"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
backdrop=""
|
backdrop=""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue