summaryrefslogtreecommitdiffstats
path: root/system/tabbed/README.SBo
diff options
context:
space:
mode:
Diffstat (limited to 'system/tabbed/README.SBo')
-rw-r--r--system/tabbed/README.SBo21
1 files changed, 0 insertions, 21 deletions
diff --git a/system/tabbed/README.SBo b/system/tabbed/README.SBo
deleted file mode 100644
index 4f75e19d11..0000000000
--- a/system/tabbed/README.SBo
+++ /dev/null
@@ -1,21 +0,0 @@
- 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