Commit 5acb32b5 authored by Casey Strouse's avatar Casey Strouse

Fix missing package meta

The Makefile was not honoring DEST_DIR resulting in empty .filelist and
.directorylist metadata files.
parent c44dd0c6
......@@ -7,6 +7,8 @@ class Tree < Package
def self.build
system "sed -i 's,/usr,/usr/local,g' Makefile"
system "sed -i '25s,=,=$(DESTDIR),' Makefile"
system "sed -i '27s,=,=$(DESTDIR),' Makefile"
system "make"
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