Skeleton status files are installed read-only. When copying to the config dir upon initialization, make sure they end up writable. --- byobu-5.127/usr/bin/byobu-janitor.in +++ byobu-5.127/usr/bin/byobu-janitor.in @@ -82,6 +82,7 @@ if [ ! -r "$BYOBU_CONFIG_DIR/$f" ]; then # Copy from skeleton, if possible cp -f "$BYOBU_PREFIX/share/$PKG/status/$f" "$BYOBU_CONFIG_DIR/$f" + chmod +w "$BYOBU_CONFIG_DIR/$f" fi done koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/fvwm.scm
AgeCommit message (Expand)Author
2018-06-05gnu: fvwm: Update to 2.6.8....Tobias Geerinckx-Rice
2018-03-20Correct name and Email for ng0....ng0
2018-03-18gnu: fvwm: Add '.desktop' file....ng0