This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
2015-11-01 15:56:05 +00:00
|
|
|
Skeleton status files are installed read-only. When copying to the config dir
|
|
|
|
upon initialization, make sure they end up writable.
|
|
|
|
|
2018-08-23 01:11:30 +00:00
|
|
|
--- byobu-5.127/usr/bin/byobu-janitor.in
|
|
|
|
+++ byobu-5.127/usr/bin/byobu-janitor.in
|
2015-11-01 15:56:05 +00:00
|
|
|
@@ -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"
|
2018-08-23 01:11:30 +00:00
|
|
|
fi
|
|
|
|
done
|
|
|
|
|