diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2012-04-29 21:01:24 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-30 00:40:08 -0500 |
commit | 1be3caa035b386114a2c900edd544f0d5be674c1 (patch) | |
tree | a53c45113c5c6fc906ad2cfb55b1d36ff39efc93 /system/tabbed/README.SBo | |
parent | 2f5de6ed661967e599a63a476c90df1c9c6d4d4a (diff) | |
download | slackbuilds-1be3caa035b386114a2c900edd544f0d5be674c1.tar.gz |
system/tabbed: Added (simple Xembed container manager)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/tabbed/README.SBo')
-rw-r--r-- | system/tabbed/README.SBo | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/system/tabbed/README.SBo b/system/tabbed/README.SBo new file mode 100644 index 0000000000..4f75e19d11 --- /dev/null +++ b/system/tabbed/README.SBo @@ -0,0 +1,21 @@ + CUSTOMIZATION +------------- +Place patches in patches/ . Any files in this directory will be +applied before the build. If you wish to make changes to the default +keybindings or other settings, produce a patch against config.h. +config.h is a copy of config.def.h distributed with the source +tarball. + +Place any patches in the patches/ directory before starting the +SlackBuild script. + +Example: + +$ tar xvf tabbed-0.3.tar.gz +$ cd tabbed-0.3 +$ cp config.def.h config.h +$ vi config.h +[make customizations] +$ diff -u config.def.h config.h > ../patches/config.patch +$ cd .. +$ sh tabbed.SlackBuild |