mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Add missing DESTDIR
This commit is contained in:
@@ -11,6 +11,6 @@ class Gdbm < Package
|
||||
end
|
||||
|
||||
def self.install
|
||||
system 'make', 'install'
|
||||
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user