Add missing DESTDIR

This commit is contained in:
lyxell
2016-12-20 23:31:34 +01:00
parent 9bae3b8ca6
commit e4efa328a3
4 changed files with 10 additions and 10 deletions

View File

@@ -11,6 +11,6 @@ class Gdbm < Package
end
def self.install
system 'make', 'install'
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end