diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2013-11-22 02:34:22 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-11-22 02:34:22 -0500 |
commit | 687c78d5604ce299d5164ffd69de88f2dd10fefc (patch) | |
tree | 2c3b4dd9491198917e0178dd5a0cf0fa3e6715c8 /academic/treeview/treeview.SlackBuild | |
parent | 610e8461bb9b201adbd4bd9257a9bf48be71f62b (diff) |
various: Fix SlackBuild formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'academic/treeview/treeview.SlackBuild')
-rw-r--r-- | academic/treeview/treeview.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/treeview/treeview.SlackBuild b/academic/treeview/treeview.SlackBuild index 3cef689478ef..16ef7260293e 100644 --- a/academic/treeview/treeview.SlackBuild +++ b/academic/treeview/treeview.SlackBuild @@ -71,7 +71,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Disable SVG support. If you want it, you should build +# Disable SVG support. If you want it, you should build # wxGTK or wxPython including svg from contrib/src/svg # Then, of course comment the next line. sed "s:USE_SVG=1:USE_SVG=0:" -i configure |