Skip to content

Commit 3fea7cf

Browse files
committed
[TEMP] Revert delete dlfcn
1 parent 92e858c commit 3fea7cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create_gcc_pkg.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ def clean_package
110110
def run
111111
current_pkgs = %x[#{PACMAN} -Q].split("\n").select { |l| l.start_with? PKG_PRE }
112112

113-
exec_check "Removing #{PKG_PRE}dlfcn",
114-
"#{PACMAN} -R --noconfirm --noprogressbar #{PKG_PRE}dlfcn"
113+
# exec_check "Removing #{PKG_PRE}dlfcn",
114+
# "#{PACMAN} -R --noconfirm --noprogressbar #{PKG_PRE}dlfcn"
115115

116116
install_gcc
117117

0 commit comments

Comments
 (0)