Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
also fix 'regenerate menu' code to use correct program name, rather than $0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
file on reconfigure
|
|
|
|
|
|
|
|
added fluxbox-remote.cc
|
|
|
|
|
|
|
|
on *bsd /bin/sh is not just a symlink to /bin/bash as on most linux's
but a real standalone shell. and it behaves differently from "bash -c"
behavior .. it doesnt exec the command given but waits till the command
finishes. as a result a lot of "rogue" a flying around. solution is now
( $SHELL or /bin/sh ) -c exec <cmd>
|
|
|
|
|
|
|
|
|
|
|
|
PATH when generating install menu so it can find fbrun.
data thus needs to come after util in toplevel subdir processing so
that fbrun is built
|
|
|
|
|
|
|
|
|
|
built into sh
|
|
|
|
|
|
|
|
|
|
partitions dont run into problems
|
|
|
|
even if the user only pipes arguments towards fbsetroot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ thanks Jonas Koelker, sf.net rfe #1333003, patch #1475578
|
|
|
|
|
|
|
|
|