summaryrefslogtreecommitdiffstats
path: root/windowmanagers/fvwm/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'windowmanagers/fvwm/PREPARE')
-rwxr-xr-xwindowmanagers/fvwm/PREPARE5
1 files changed, 2 insertions, 3 deletions
diff --git a/windowmanagers/fvwm/PREPARE b/windowmanagers/fvwm/PREPARE
index d53ff252cc..c1576ef0f2 100755
--- a/windowmanagers/fvwm/PREPARE
+++ b/windowmanagers/fvwm/PREPARE
@@ -6,7 +6,6 @@ config_query_list FVWM_RELEASE "Which release would you like to build?" stable u
if [[ "${FVWM_RELEASE}" == "cvs" ]]
then config_query FVWM_CVS_AUTOUPDATE "Update on every system update?" n
fi
-if [[ "${FVWM_RELEASE}" == "unstable" ]]; then
- config_query FVWM_PATCHSET \
- "apply the patchset from http://abdn.ac.uk/~u15dm4/fvwm?" n
+if [[ "$FVWM_RELEASE" == "unstable" ]]; then
+ config_query FVWM_PATCHSET "apply the flat separators patch?" n
fi