summaryrefslogtreecommitdiffstats
path: root/xorg-font/FUNCTIONS
diff options
context:
space:
mode:
authorEric Sandall2009-01-30 04:53:38 -0800
committerEric Sandall2009-01-30 12:56:06 -0800
commite69aa7b1f7018dab3448e97542099766753ca22b (patch)
tree4d7162220e36657f79527fbc9e3cf0b976480b5f /xorg-font/FUNCTIONS
parentccffdc324ef3d4f6c424af9f856bd4043174f12e (diff)
xorg-font/FUNCTIONS: That's SECTION_DIRECTORY, not SECTION
xorg-font/REPAIR^4b01c307cadaee60025efa91285ae115^FUNCTIONS: Repair the old FUNCTIONS file with the new
Diffstat (limited to 'xorg-font/FUNCTIONS')
-rwxr-xr-xxorg-font/FUNCTIONS2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-font/FUNCTIONS b/xorg-font/FUNCTIONS
index 4ed25b43d8..8c24af80d4 100755
--- a/xorg-font/FUNCTIONS
+++ b/xorg-font/FUNCTIONS
@@ -2,6 +2,6 @@
## Replaces sorcerys default_post_remove with a -foma one
#---------------------------------------------------------------------
function default_post_remove() {
- . $SECTION/X11_POST_REMOVE
+ . $SECTION_DIRECTORY/X11_POST_REMOVE
}