diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-05-13 12:59:10 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-05-13 12:59:10 +0000 |
commit | a3822430ff8a34f83156290f4a6787f1c3b634d6 (patch) | |
tree | 2934a5488a6956ca5a1aa9b1b074523e684fd06d /debian/rules | |
parent | 287caf2227a7432a3b4a3adaf7c7a85c120df4f4 (diff) |
2002-05-13 Marcus Brinkmann <marcus@gnu.org>
* rules (INFODIR): Move to /share.
* postinst: Likewise.
Submitted by Guillem Jover <guillem.jover@menta.net>, Closes: #146797.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 2a657ca9..fb0e3971 100755 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,7 @@ LDFLAGS = -s PREFIX = /usr BINDIR = $(PREFIX)/bin MANDIR = $(PREFIX)/man -INFODIR = $(PREFIX)/info +INFODIR = $(PREFIX)/share/info DOCDIR = $(PREFIX)/share/doc/$(package) # Package specific stuff. The idea is to try to make the rules |