diff options
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 3cef689478..16ef726029 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 |