mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
Fix removing packages (#9771)
This commit is contained in:
committed by
GitHub
parent
fe3eba4fd4
commit
c522b1744a
@@ -23,7 +23,7 @@ class Command
|
||||
pkg.preremove
|
||||
|
||||
# Remove the files and directories installed by the package.
|
||||
unless pkg.is_fake
|
||||
unless pkg.is_fake?
|
||||
Dir.chdir CREW_CONFIG_PATH do
|
||||
# Remove all files installed by the package.
|
||||
File.foreach(File.join(CREW_META_PATH, "#{pkg.name}.filelist"), chomp: true) do |line|
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Defines common constants used in different parts of crew
|
||||
require 'etc'
|
||||
|
||||
CREW_VERSION = '1.48.0'
|
||||
CREW_VERSION = '1.48.1'
|
||||
|
||||
# kernel architecture
|
||||
KERN_ARCH = Etc.uname[:machine]
|
||||
|
||||
Reference in New Issue
Block a user