Commit 85d2e630 authored by Ed Reel's avatar Ed Reel

Fix datadir, infodir and mandir locations

parent ce03e5c0
...@@ -8,9 +8,9 @@ class Bashdb < Package ...@@ -8,9 +8,9 @@ class Bashdb < Package
def self.build def self.build
system "./configure \ system "./configure \
--bindir=/usr/local/bin \ --bindir=/usr/local/bin \
--datadir=/usr/local \ --datadir=/usr/local/share \
--infodir=/usr/local \ --infodir=/usr/local/info \
--mandir=/usr/local" --mandir=/usr/local/man"
system "make" system "make"
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment