diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-18 21:27:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-18 21:27:22 +0000 |
commit | 7129da009cc72575a84a30c4587bd99f745c49d4 (patch) | |
tree | 5c16654726d0b4c230ed957f88fd1b26be805171 /make/links.mk | |
parent | f7070772fa2fef125169853747ff9aecc4a88962 (diff) |
Merge a bunch of stuff over from the tuxscreen buildroot, with
many updates to make things be more consistant.
-Erik
Diffstat (limited to 'make/links.mk')
-rw-r--r-- | make/links.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/links.mk b/make/links.mk index 675aea94a..9ce78d59b 100644 --- a/make/links.mk +++ b/make/links.mk @@ -28,7 +28,7 @@ $(LINKS_DIR)/.configured: $(LINKS_DIR)/.unpacked --libexecdir=/usr/lib \ --sysconfdir=/etc \ --datadir=/usr/share \ - --localstatedir=/var \ + --localstatedir=/tmp \ --mandir=/usr/man \ --infodir=/usr/info \ --disable-nls \ |