mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-10 17:28:26 +02:00
Added one missing string.
Fixed the double slash in gnump3d. Updated linux + ntfs-3g. Removed colors on bash prompt because this confuses the console. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1066 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
11
src/patches/gnump3d-3.0-remove_badbannerlink.patch
Normal file
11
src/patches/gnump3d-3.0-remove_badbannerlink.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- gnump3d-3.0/bin/org/gnump3d2 2007-11-05 00:00:34.000000000 +0100
|
||||
+++ gnump3d-3.0/bin/gnump3d2 2007-11-07 15:23:21.000000000 +0100
|
||||
@@ -2805,7 +2805,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
- if ( $dir ne '/prefs/' ) {
|
||||
+ if ( ($dir ne '/prefs/')&&($dir ne '/tagbrowse/')&&($dir ne '/playlist/')&&($dir ne '/random/')&&($dir ne '/stats/') ) {
|
||||
#
|
||||
# Interpolate links - chopping out trailing '/' if necessary.
|
||||
#
|
||||
Reference in New Issue
Block a user